summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* 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
* netdoc: Parse the inner layer of an onion service descriptor.Nick Mathewson2023-02-071-0/+1
* netdoc: implement onion service descryptor encryptionNick Mathewson2023-02-071-1/+6
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-4/+4
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-1/+1
* netdoc-builder: Implement ItemArgument for more needed typesIan Jackson2023-01-241-1/+1
* netdoc: Outline some basic types for encoding HsDescs.Nick Mathewson2023-01-061-1/+10
* Tackling issue #663 (Use humantime in tests)coral2022-12-121-0/+1
* Bump the minor version of every crate.Nick Mathewson2022-11-301-7/+7
* Upgrade to serde_with 2, phf 0.11. Closes #526.Nick Mathewson2022-11-101-2/+2
* Upgrade to tinystr 0.7. Closes #591.Nick Mathewson2022-11-101-1/+1
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Require derive_more 0.99.3Ian Jackson2022-11-031-1/+1