summaryrefslogtreecommitdiff
path: root/crates/arti/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-5/+5
* Add functionality to listen for SIGHUPs.Nick Mathewson2022-08-261-1/+8
* Bump toml dependencyIan Jackson2022-08-251-1/+1
* arti: cfg: Rename `*_port` to `*_listen` and change the typeIan Jackson2022-08-251-0/+2
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+3
* arti: Do not allow running as root.Nick Mathewson2022-08-241-0/+1
* arti: Add support for process hardeningNick Mathewson2022-08-151-2/+4
* arti: Move most public APIs behind `experimental-api`.Nick Mathewson2022-08-111-1/+3
* arti: Add a feature flag for dns-proxy.Nick Mathewson2022-08-111-3/+4
* 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-4/+4
* Bump crate and dependency versions.Nick Mathewson2022-06-241-7/+7
* Merge branch 'config-fix2' into 'main'Nick Mathewson2022-06-161-0/+1
|\
| * arti: logging config: Replace a manual Debug implIan Jackson2022-06-161-0/+1
* | Merge branch 'main' into 'accel-features'Nick Mathewson2022-06-161-1/+1
|\ \
| * | Remove "rustls" from "full", for license reasons.Nick Mathewson2022-06-151-1/+1
* | | Add "accel-*" features to arti-client and arti.Nick Mathewson2022-06-131-0/+3
|/ /
* / Add "full" and "experimental" features to arti.Nick Mathewson2022-06-101-0/+7
|/
* arti: Demote itertools back to dev-dependencyIan Jackson2022-05-311-1/+1
* arti config: Check that example config is exhaustiveIan Jackson2022-05-301-0/+3
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-13/+12
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-2/+2
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-6/+6
* Abolish arti-config, replacing with tombstone crateIan Jackson2022-05-131-1/+0
* arti-example-config.toml: Re-un-comment the example settings in testIan Jackson2022-05-121-0/+3
* Merge branch 'use-fs-mistrust'Nick Mathewson2022-05-091-0/+1
|\
| * arti: use fs-mistrust to validate configuration file locations.Nick Mathewson2022-05-091-0/+1
* | Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-7/+7
* | Change safelog version to 0.1.0.Nick Mathewson2022-05-061-1/+1
* | Merge branch 'derive-builder-fork' into 'main'Nick Mathewson2022-05-061-1/+1
|\ \
| * | Switch to derive_builder_arti_forkIan Jackson2022-05-061-1/+1
| |/
* / Apply `sensitive` in some info-level log messages.Nick Mathewson2022-05-061-0/+1
|/
* config: Enable "toml" featureIan Jackson2022-05-031-1/+1
* Merge branch 'derive-builder-git-fixup' into 'main'eta2022-04-271-1/+1
|\
| * derive_builder: Use git dep everywhere, rather than cargo patchIan Jackson2022-04-271-1/+1
* | Bump to config 0.13Nick Mathewson2022-04-261-1/+1
* | Upgrade tracing-journald to 0.3.0Nick Mathewson2022-04-261-1/+1
* | Upgrade to rlimit 0.8.3, again.Nick Mathewson2022-04-261-1/+1
|/
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-19/+19
* Downgrade `rlimit` to 0.7.Nick Mathewson2022-04-061-1/+1
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-7/+7
* Upgrade rlimit -> 0.8.0Nick Mathewson2022-04-011-1/+1
* Move logging configuration from arti_config::options to arti::loggingIan Jackson2022-03-211-0/+1
* Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-211-0/+1
* actually add DNS supporttrinity-1686a2022-03-141-0/+1
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-6/+6
* Split "static" into sqlite and native-tls features.Nick Mathewson2022-02-251-1/+3
* Bump minimum tokio to 1.7, since tokio-util now needs that.Nick Mathewson2022-02-251-1/+1