summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-2/+2
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-3/+3
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+3
* Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-1/+1
* Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-1/+1
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-2/+2
* Also downgrade serde_with: Version 2.0 requires Rust 1.60Nick Mathewson2022-07-201-1/+1
* Downgrade phf back to 0.10Nick Mathewson2022-07-201-1/+1
* Upgrade to latest phf, serde_with, serial_test.Nick Mathewson2022-07-191-2/+2
* tor-netdoc: b64 tests: add exhaustive roundtrip testIan Jackson2022-07-061-0/+1
* Bump `base64ct` crate `1.5.0` -> `1.5.1`Arturo Marquez2022-06-271-1/+1
* Bump crate and dependency versions.Nick Mathewson2022-06-241-5/+5
* Remove unused `base64` crateArturo Marquez2022-06-211-1/+0
* Replace `base64` crate with `base64ct` crateArturo Marquez2022-06-211-0/+1