summaryrefslogtreecommitdiff
path: root/tor-dirclient/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Remove "default-features=false" thing on tor-rtcompat for now.Nick Mathewson2021-06-241-1/+1
* Bump version dependencies to 0.0.0Nick Mathewson2021-06-241-6/+6
* Remove "publish = false"Nick Mathewson2021-06-241-1/+0
* Remove some (but not all) needless dependencies.Nick Mathewson2021-06-171-2/+0
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Fill in "package.categories" on all Cargo.tomlNick Mathewson2021-05-191-0/+1
* Bump regex and memchr versionsNick Mathewson2021-05-031-1/+1
* Split mocking parts of rtcompat into new rtmock crate.Nick Mathewson2021-05-031-0/+1
* upgrade httparse and zeroizeNick Mathewson2021-04-251-1/+1
* Make zstd and xz compression optional, but on-by-default.Nick Mathewson2021-04-211-2/+6
* Replace tor-decompress with async-compression crate.Nick Mathewson2021-04-131-1/+2
* tor-dirclient: Use AsyncBufRead to simplify code a bit.Nick Mathewson2021-04-131-0/+1
* Upgrade rsa, zstd, httpdate. Remove redundant pin-project.Nick Mathewson2021-04-051-1/+1
* Add the tor project as an author.Nick Mathewson2021-03-171-1/+1
* Add keywords to each Cargo.tomlNick Mathewson2021-03-171-0/+1
* Add a description field to all our Cargo.toml filesNick Mathewson2021-03-171-0/+1
* Give it a homepage everyplace.Nick Mathewson2021-03-171-0/+1
* Bump dependencies with "cargo upgrade"Nick Mathewson2021-03-061-1/+1
* Move content-encoding handling to decompressNick Mathewson2021-03-041-7/+0
* Moves decompress related code into tor-decompress crateKushal Das2021-03-041-0/+1
* Port to work with tokio or async-std.Nick Mathewson2021-03-021-2/+2
* Update to latest futures, once_cellNick Mathewson2021-02-231-1/+1
* Update some dependencies.Nick Mathewson2021-02-191-1/+1
* upgrade a few dependenciesNick Mathewson2021-02-101-1/+1
* bump serde and logNick Mathewson2021-02-011-1/+1
* Adds zstd decompression implementation for dirclientKushal Das2021-01-211-0/+1
* require latest futures crateNick Mathewson2021-01-151-1/+1
* Upgrade a few more dependencies.Nick Mathewson2021-01-131-2/+2
* Upgrade a few dependencies.Nick Mathewson2021-01-131-3/+3
* cargo upgrade.Nick Mathewson2020-12-301-2/+2
* upgrade to latest anyhowNick Mathewson2020-12-211-1/+1
* Cargo-upgrade a few dependenciesNick Mathewson2020-12-211-1/+1
* Merge branch 'mr_1_squashed' into mainNick Mathewson2020-12-171-0/+1
|\
| * issue #34: adding support for xz2owen662020-12-021-0/+1
* | upgrade to require latest anyhow.Nick Mathewson2020-12-081-1/+1
|/
* tor-dirclient: add timeoutsNick Mathewson2020-12-011-1/+1
* Better error types for tor-dirclientNick Mathewson2020-11-251-1/+1
* tor-dirclient: add support for partial documents.Nick Mathewson2020-11-251-1/+1
* Start a directory client implementationNick Mathewson2020-11-161-0/+34