[package] name = "arti-config" version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" description = "High-level configuration for the Arti Tor implementation" keywords = [ "tor", "arti" ] categories = [ "config" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] arti-client = { package="arti-client", path = "../arti-client", version = "0.1.0"} tor-circmgr = { package="tor-circmgr", path="../tor-circmgr", version = "0.1.0"} tor-config = { package="tor-config", path = "../tor-config", version = "0.1.0", features = ["expand-paths"]} config = { version = "0.12.0", default-features = false, features = ["toml"] } once_cell = "1" serde = { version = "1.0.103", features = ["derive"] } toml = "0.5" regex = { version = "1", default-features = false, features = ["std"] } thiserror = "1" derive_builder = "0.11" [dev-dependencies] tempfile = "3"