arti/tor-config/Cargo.toml

26 lines
819 B
TOML

[package]
name = "tor-config"
version = "0.0.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Configuration types and code used by the Arti Tor implementation"
keywords = [ "tor", "arti" ]
categories = [ "config" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
config = { version = "0.11.0", default-features = false, features = ["toml"] }
directories = "3.0.1"
serde = { version = "1.0.124", features = ["derive"] }
toml = "0.5.8"
once_cell = "1.7.2"
shellexpand = "2.1.0"
regex = { version = "1.5.3", default-features = false, features = ["std"] }
thiserror = "1.0.24"
[dev-dependencies]
dirs = "3.0.1"
tempdir = "0.3.7"