aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-client/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-10/+10
* Split "static" into sqlite and native-tls features.Nick Mathewson2022-02-251-1/+3
* Bump minimum tokio to 1.7, since tokio-util now needs that.Nick Mathewson2022-02-251-1/+1
* Upgrade dependency to new version of tokio-util.Nick Mathewson2022-02-251-1/+1
* arti-hyper: Move hyper example from arti-clientIan Jackson2022-02-231-1/+0
* Bump anyhow minimal version to 1.0.23Ian Jackson2022-02-181-1/+1
* arti-client: add ability to automatically bootstrapeta2022-02-161-0/+1
* Simplify wait_for_bootstrap to use a Mutex.Nick Mathewson2022-02-141-1/+0
* Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)eta2022-02-111-0/+2
* errors: Introduce error_detail featureIan Jackson2022-02-041-0/+1
* tor-error: Add as a ddpendency to many cratesIan Jackson2022-02-041-0/+1
* Upgrade required version of futures crate to 0.3.14Nick Mathewson2022-02-011-1/+1
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-8/+8
* Make the native-tls crate optional.Nick Mathewson2022-01-261-2/+4
* Implement the basics of a bootstrap-status API.Nick Mathewson2022-01-131-0/+2
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-9/+9
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-11/+11
* Make DNS fields in arti-client/src/client.rs configurableNeel Chauhan2021-12-031-0/+1
* Bump every crate by one patch version.Nick Mathewson2021-11-291-9/+9
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-0/+1
* Remove dependency from arti-client to tor-config.Nick Mathewson2021-11-161-1/+1
* Document that the "experimental-api" feature is not semver-covered.Nick Mathewson2021-11-111-0/+5
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-9/+9
* Upgrade to latest tracing-{subscriber,journald}Nick Mathewson2021-10-231-1/+1
* Rename tor_client/arti_tor_client to arti_client.Nick Mathewson2021-10-211-0/+42