summaryrefslogtreecommitdiff
path: root/crates/tor-proto/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-10/+10
* Merge branch 'always-coarsetime' into 'main'eta2022-02-281-3/+1
|\
| * Make coarsetime dependency and traffic-timestamping non-optional.Nick Mathewson2022-02-251-3/+1
* | 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
|/
* tor-proto: use InternalError for internal errors.Nick Mathewson2022-02-151-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-2/+2
* Make the native-tls crate optional.Nick Mathewson2022-01-261-3/+1
* 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-13/+13
* Upgrade to digest v0.10.0Nick Mathewson2021-12-071-17/+18
* Bump every crate by one patch version.Nick Mathewson2021-11-291-9/+9
* tor-proto: Use tor-rtcompat macros for testing, not tokio.Nick Mathewson2021-11-151-1/+1
* Completely overhaul the tor-proto circuit reactoreta2021-11-121-2/+1
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-031-1/+1
* Use coarsetime to build an incoming traffic timestamp.Nick Mathewson2021-11-021-0/+3
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-8/+8
* tor-proto: implement tokio Async{Read, Write} traits conditionallyeta2021-10-191-0/+4
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+49