summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-8/+8
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-1/+1
* Run fixup-features in preparation for release.Nick Mathewson2023-12-041-1/+1
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* Upgrade to itertools 0.12.0Nick Mathewson2023-11-151-2/+2
* Patch version bumps in crates without breaking changesNick Mathewson2023-10-311-2/+2
* Minor version bumps in crates with breaking changes.Nick Mathewson2023-10-311-4/+4
* tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs.Gabriela Moldovan2023-10-301-0/+1
* Handle time formatting through Time crate rather than string allocationshalcyon2023-10-201-1/+1
* Patchlevel bumps to crates whose dependencies just changed.Nick Mathewson2023-10-021-2/+2
* Minor-version bumps, for crates with breaking changes.Nick Mathewson2023-10-021-1/+1
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-3/+3
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-7/+7
* Upgrade to visibility 0.1.0Nick Mathewson2023-09-051-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-6/+6
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-6/+6
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-1/+1
* Mark all {hs,onion-serivce}-client features as non-experimental.Nick Mathewson2023-06-291-2/+2
* Merge branch 'netdoc-todos-again' into 'main'Nick Mathewson2023-06-261-1/+3
|\
| * netdoc: Remove dead_code exception; add accessors.Nick Mathewson2023-06-261-1/+3
* | Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-2/+2
|/
* netdoc: Use a dev-dependency on anyhow to fix a doc exampleNick Mathewson2023-06-221-0/+1
* netdoc: Use derive amplify::Getters for HsDesc accessors.Nick Mathewson2023-06-201-0/+1
* netdoc: use ct_lookup for rend descriptor cookie lookupNick Mathewson2023-06-161-0/+1
* Merge branch 'remove_arrayref' into 'main'Nick Mathewson2023-06-061-1/+0
|\
| * tor-netdoc: remove use of arrayref.Nick Mathewson2023-06-011-1/+0
* | Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-12/+12
|/
* Upgrade serde_with dependency to 3.0.0Nick Mathewson2023-05-221-1/+1
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-4/+9
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+2
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-7/+14
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-6/+7
* netdoc: Use the RangeBoundsExt impl of TimerangeBound.Gabriela Moldovan2023-05-131-0/+1
* Increment crate versions.Nick Mathewson2023-05-031-11/+11
* Upgrade our hex-literal dependencyNick Mathewson2023-04-131-2/+2
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* tor-netdoc: Expose test data under new "testing" feature flagIan Jackson2023-04-051-2/+6
* tor-netdoc: Fix feature buildsIan Jackson2023-04-051-2/+2
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-1/+1
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-1/+1
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-6/+6
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-2/+3
* Upgrade to bitflags 2.0Nick Mathewson2023-03-131-1/+1
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-6/+6
* Bump tor-units version for breaking change.Nick Mathewson2023-02-281-1/+1
* Bump patch-versions for breaking changes in tor-hs{crypto,client}Nick Mathewson2023-02-281-1/+1
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-281-5/+5
* netdoc: Add a feature to expose hsdesc inner doc parsersNick Mathewson2023-02-141-1/+9
* hsdesc: Use an IntegerMinutes<u16> to hold lifetime.Nick Mathewson2023-02-081-1/+2
* netdoc: Use Itertools::exactly_once in hsdesc parsingNick Mathewson2023-02-071-0/+1