summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/arti-bench/Cargo.toml10
-rw-r--r--crates/arti-client/Cargo.toml26
-rw-r--r--crates/arti-config/Cargo.toml8
-rw-r--r--crates/arti-hyper/Cargo.toml8
-rw-r--r--crates/arti-testing/Cargo.toml18
-rw-r--r--crates/arti/Cargo.toml14
-rw-r--r--crates/caret/Cargo.toml2
-rw-r--r--crates/retry-error/Cargo.toml2
-rw-r--r--crates/tor-basic-utils/Cargo.toml2
-rw-r--r--crates/tor-bytes/Cargo.toml6
-rw-r--r--crates/tor-cell/Cargo.toml14
-rw-r--r--crates/tor-cert/Cargo.toml8
-rw-r--r--crates/tor-chanmgr/Cargo.toml18
-rw-r--r--crates/tor-checkable/Cargo.toml4
-rw-r--r--crates/tor-circmgr/Cargo.toml36
-rw-r--r--crates/tor-config/Cargo.toml4
-rw-r--r--crates/tor-consdiff/Cargo.toml4
-rw-r--r--crates/tor-dirclient/Cargo.toml20
-rw-r--r--crates/tor-dirmgr/Cargo.toml28
-rw-r--r--crates/tor-error/Cargo.toml2
-rw-r--r--crates/tor-events/Cargo.toml2
-rw-r--r--crates/tor-guardmgr/Cargo.toml32
-rw-r--r--crates/tor-linkspec/Cargo.toml8
-rw-r--r--crates/tor-llcrypto/Cargo.toml2
-rw-r--r--crates/tor-netdir/Cargo.toml18
-rw-r--r--crates/tor-netdoc/Cargo.toml14
-rw-r--r--crates/tor-persist/Cargo.toml4
-rw-r--r--crates/tor-proto/Cargo.toml22
-rw-r--r--crates/tor-protover/Cargo.toml2
-rw-r--r--crates/tor-rtcompat/Cargo.toml2
-rw-r--r--crates/tor-rtmock/Cargo.toml6
-rw-r--r--crates/tor-socksproto/Cargo.toml6
-rw-r--r--crates/tor-units/Cargo.toml2
33 files changed, 177 insertions, 177 deletions
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index 3f000f3e8..7c7f49dcd 100644
--- a/crates/arti-bench/Cargo.toml
+++ b/crates/arti-bench/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-bench"
-version = "0.1.0"
+version = "0.2.0"
edition = "2018"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
license = "MIT OR Apache-2.0"
@@ -21,8 +21,8 @@ serde_json = "1.0.50"
tracing = "0.1.18"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
tokio = { version = "1.7", features = ["full"] }
-tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features = ["tokio", "native-tls"] }
-arti = { path="../arti", version = "0.1.0"}
-arti-config = { path="../arti-config", version = "0.1.0"}
-arti-client = { package="arti-client", path = "../arti-client", version = "0.1.0"}
+tor-rtcompat = { path="../tor-rtcompat", version = "0.2.0", features = ["tokio", "native-tls"] }
+arti = { path="../arti", version = "0.2.0"}
+arti-config = { path="../arti-config", version = "0.2.0"}
+arti-client = { package="arti-client", path = "../arti-client", version = "0.2.0"}
tokio-socks = "0.5"
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml
index 9cd780ab1..142f6ad63 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -30,17 +30,17 @@ error_detail = []
experimental-api = []
[dependencies]
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.1.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.1.0" }
-tor-config = { path = "../tor-config", version = "0.1.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.1.0" }
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.1.0" }
-tor-error = { path = "../tor-error", version = "0.1.0" }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.1.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.1.0" }
-tor-persist = { path = "../tor-persist", version = "0.1.0" }
-tor-proto = { path = "../tor-proto", version = "0.1.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.2.0"}
+tor-circmgr = { path = "../tor-circmgr", version = "0.2.0"}
+tor-config = { path = "../tor-config", version = "0.2.0"}
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.2.0"}
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.2.0"}
+tor-error = { path = "../tor-error", version = "0.2.0"}
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.2.0"}
+tor-netdoc = { path = "../tor-netdoc", version = "0.2.0"}
+tor-persist = { path = "../tor-persist", version = "0.2.0"}
+tor-proto = { path = "../tor-proto", version = "0.2.0"}
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0"}
humantime-serde = "1.1.1"
derive_builder = "0.11"
@@ -55,7 +55,7 @@ thiserror = "1"
pin-project = "1"
[dev-dependencies]
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0", features = ["tokio", "native-tls"] }
tokio-crate = { package = "tokio", version = "1.7", features = [
"rt",
"rt-multi-thread",
diff --git a/crates/arti-config/Cargo.toml b/crates/arti-config/Cargo.toml
index f0e20d639..30207d28a 100644
--- a/crates/arti-config/Cargo.toml
+++ b/crates/arti-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-config"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -11,9 +11,9 @@ 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"]}
+arti-client = { package="arti-client", path = "../arti-client", version = "0.2.0"}
+tor-circmgr = { package="tor-circmgr", path="../tor-circmgr", version = "0.2.0"}
+tor-config = { package="tor-config", path = "../tor-config", version = "0.2.0", features = ["expand-paths"]}
config = { version = "0.12.0", default-features = false, features = ["toml"] }
once_cell = "1"
serde = { version = "1.0.103", features = ["derive"] }
diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml
index d659c5ef6..e7dc032cf 100644
--- a/crates/arti-hyper/Cargo.toml
+++ b/crates/arti-hyper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-hyper"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -24,7 +24,7 @@ experimental-api = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { path="../arti-client", version = "0.1.0"}
+arti-client = { path="../arti-client", version = "0.2.0"}
educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"
@@ -32,8 +32,8 @@ tokio = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread
thiserror = "1"
tls-api = { version = "0.7" }
tls-api-native-tls = { version = "0.7.0" }
-tor-error = { path="../tor-error", version = "0.1.0"}
-tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio"] }
+tor-error = { path="../tor-error", version = "0.2.0"}
+tor-rtcompat = { path="../tor-rtcompat", version = "0.2.0", features=["tokio"] }
[dev-dependencies]
tracing-subscriber = "0.3.0"
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index d7ca3699f..f6cb5288e 100644
--- a/crates/arti-testing/Cargo.toml
+++ b/crates/arti-testing/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-testing"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -14,21 +14,21 @@ publish = false
[features]
[dependencies]
-arti = { package = "arti", path = "../arti", version = "0.1.0" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.1.0", features = [
+arti = { package = "arti", path = "../arti", version = "0.2.0"}
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.2.0", features = [
"dirfilter",
] }
-tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.1.0", features = [
+tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.2.0", features = [
"dirfilter",
] }
-tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.1.0", features = [
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.2.0", features = [
"experimental-api",
"dangerous-expose-struct-fields",
] }
-tor-checkable = { path = "../tor-checkable", version = "0.1.0", features = ["experimental-api"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0" }
-tor-error = { path = "../tor-error", version = "0.1.0" }
-arti-config = { path = "../arti-config", version = "0.1.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.2.0", features = ["experimental-api"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0"}
+tor-error = { path = "../tor-error", version = "0.2.0"}
+arti-config = { path = "../arti-config", version = "0.2.0"}
anyhow = "1.0.23"
async-trait = "0.1.2"
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 77047bb21..a69f00689 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -22,12 +22,12 @@ static-native-tls = [ "arti-client/static-native-tls", "native-tls" ]
journald = [ "tracing-journald" ]
[dependencies]
-arti-client = { package="arti-client", path = "../arti-client", version = "0.1.0", default-features=false}
-tor-config = { path="../tor-config", version = "0.1.0" }
-tor-error = { path="../tor-error", version = "0.1.0", default-features=false }
-tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", default-features=false }
-tor-socksproto = { path="../tor-socksproto", version = "0.1.0"}
-arti-config = { path="../arti-config", version = "0.1.0"}
+arti-client = { package="arti-client", path = "../arti-client", version = "0.2.0", default-features=false}
+tor-config = { path="../tor-config", version = "0.2.0"}
+tor-error = { path="../tor-error", version = "0.2.0", default-features=false }
+tor-rtcompat = { path="../tor-rtcompat", version = "0.2.0", default-features=false }
+tor-socksproto = { path="../tor-socksproto", version = "0.2.0"}
+arti-config = { path="../arti-config", version = "0.2.0"}
anyhow = "1.0.23"
async-ctrlc = { version = "1.2.0", optional = true }
diff --git a/crates/caret/Cargo.toml b/crates/caret/Cargo.toml
index 00201e978..6a1d7e212 100644
--- a/crates/caret/Cargo.toml
+++ b/crates/caret/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "caret"
-version = "0.1.0"
+version = "0.1.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/crates/retry-error/Cargo.toml b/crates/retry-error/Cargo.toml
index e25dfa5b3..d23927b12 100644
--- a/crates/retry-error/Cargo.toml
+++ b/crates/retry-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "retry-error"
-version = "0.1.0"
+version = "0.1.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml
index 3ceea934c..013df41e8 100644
--- a/crates/tor-basic-utils/Cargo.toml
+++ b/crates/tor-basic-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-basic-utils"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index 162bec898..c8c0eaabd 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -11,8 +11,8 @@ categories = ["parsing", "encoding"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0"}
-tor-error = { path="../tor-error", version = "0.1.0"}
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.2.0"}
+tor-error = { path="../tor-error", version = "0.2.0"}
arrayref = "0.3"
bytes = "1"
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index 9e50078d0..9c2bf77a7 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -13,12 +13,12 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
caret = { path="../caret", version = "0.1.0"}
educe = "0.4.6"
-tor-basic-utils = { path="../tor-basic-utils", version = "0.1.0"}
-tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
-tor-bytes = { path="../tor-bytes", version = "0.1.0"}
-tor-cert = { path="../tor-cert", version = "0.1.0"}
-tor-error = { path="../tor-error", version = "0.1.0"}
-tor-linkspec = { path="../tor-linkspec", version = "0.1.0"}
+tor-basic-utils = { path="../tor-basic-utils", version = "0.2.0"}
+tor-llcrypto = { path="../tor-llcrypto", version = "0.2.0"}
+tor-bytes = { path="../tor-bytes", version = "0.2.0"}
+tor-cert = { path="../tor-cert", version = "0.2.0"}
+tor-error = { path="../tor-error", version = "0.2.0"}
+tor-linkspec = { path="../tor-linkspec", version = "0.2.0"}
arrayref = "0.3"
bitflags = "1"
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index d018c1280..86d5c38aa 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -12,9 +12,9 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
caret = { path="../caret", version = "0.1.0"}
-tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
-tor-bytes = { path="../tor-bytes", version = "0.1.0"}
-tor-checkable = { path="../tor-checkable", version = "0.1.0"}
+tor-llcrypto = { path="../tor-llcrypto", version = "0.2.0"}
+tor-bytes = { path="../tor-bytes", version = "0.2.0"}
+tor-checkable = { path="../tor-checkable", version = "0.2.0"}
digest = "0.10.0"
signature = "1"
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index 0fe048668..87e1d7488 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -13,12 +13,12 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
[dependencies]
-tor-basic-utils = { path="../tor-basic-utils", version = "0.1.0"}
-tor-error = { path="../tor-error", version = "0.1.0"}
-tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0"}
-tor-proto = { path="../tor-proto", version = "0.1.0"}
-tor-linkspec = { path="../tor-linkspec", version = "0.1.0"}
-tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
+tor-basic-utils = { path="../tor-basic-utils", version = "0.2.0"}
+tor-error = { path="../tor-error", version = "0.2.0"}
+tor-rtcompat = { path="../tor-rtcompat", version = "0.2.0"}
+tor-proto = { path="../tor-proto", version = "0.2.0"}
+tor-linkspec = { path="../tor-linkspec", version = "0.2.0"}
+tor-llcrypto = { path="../tor-llcrypto", version = "0.2.0"}
async-trait = "0.1.2"
derive_more = "0.99"
@@ -33,5 +33,5 @@ thiserror = "1"
float_eq = "0.7"
futures-await-test = "0.3.0"
hex-literal = "0.3"
-tor-rtmock = { path="../tor-rtmock", version = "0.1.0"}
-tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls"] }
+tor-rtmock = { path="../tor-rtmock", version = "0.2.0"}
+tor-rtcompat = { path="../tor-rtcompat", version = "0.2.0", features=["tokio", "native-tls"] }
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml
index 949cbc311..1e49d973b 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -14,7 +14,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
experimental-api = []
[dependencies]
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.2.0"}
signature = "1"
thiserror = "1"
diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml
index 4ca8d3fd3..52bb8a9f8 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -18,18 +18,18 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
experimental-api = []
[dependencies]
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.1.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.1.0" }
-tor-config = { path = "../tor-config", version = "0.1.0" }
-tor-error = { path = "../tor-error", version = "0.1.0" }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.1.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.1.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.1.0" }
-tor-proto = { path = "../tor-proto", version = "0.1.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.2.0"}
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.2.0"}
+tor-config = { path = "../tor-config", version = "0.2.0"}
+tor-error = { path = "../tor-error", version = "0.2.0"}
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.2.0"}
+tor-netdir = { path = "../tor-netdir", version = "0.2.0"}
+tor-netdoc = { path = "../tor-netdoc", version = "0.2.0"}
+tor-proto = { path = "../tor-proto", version = "0.2.0"}
retry-error = { path = "../retry-error", version = "0.1.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.1.0" }
-tor-persist = { path = "../tor-persist", version = "0.1.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.2.0"}
+tor-persist = { path = "../tor-persist", version = "0.2.0"}
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0"}
async-trait = "0.1.2"
bounded-vec-deque = "0.1"
@@ -51,9 +51,9 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtmock = { path = "../tor-rtmock", version = "0.1.0" }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.1.0", features = ["testing"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.1.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.1.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.2.0"}
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.2.0", features = ["testing"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.2.0"}
+tor-netdir = { path = "../tor-netdir", version = "0.2.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.2.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0", features = ["tokio", "native-tls"] }
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index c815562f0..6919d1145 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -15,7 +15,7 @@ default = ["expand-paths"]
expand-paths = ["shellexpand", "directories"]
[dependencies]
-tor-error = { path="../tor-error", version = "0.1.0"}
+tor-error = { path="../tor-error", version = "0.2.0"}
thiserror = "1"
derive_builder = "0.11"
diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml
index ef6e38557..73794a69e 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -16,7 +16,7 @@ slow-diff-apply = []
[dependencies]
-tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
+tor-llcrypto = { path="../tor-llcrypto", version = "0.2.0"}
digest = "0.10.0"
hex = "0.4"
diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml
index 2a3b730bc..91e33b99d 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -18,13 +18,13 @@ zstd = ["async-compression/zstd"]
routerdesc = []
[dependencies]
-tor-circmgr = { path = "../tor-circmgr", version = "0.1.0" }
-tor-error = { path = "../tor-error", version = "0.1.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.1.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0" }
-tor-proto = { path = "../tor-proto", version = "0.1.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.1.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.2.0"}
+tor-error = { path = "../tor-error", version = "0.2.0"}
+tor-linkspec = { path = "../tor-linkspec", version = "0.2.0"}
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.2.0"}
+tor-proto = { path = "../tor-proto", version = "0.2.0"}
+tor-netdoc = { path = "../tor-netdoc", version = "0.2.0"}
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0"}
async-compression = { version = "0.3.5", features = ["futures-io", "zlib"] }
base64 = "0.13.0"
@@ -39,8 +39,8 @@ thiserror = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtmock = { path = "../tor-rtmock", version = "0.1.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = [
+tor-rtmock = { path = "../tor-rtmock", version = "0.2.0"}
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0", features = [
"tokio",
"native-tls",
] }
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index f5b03bbe6..fdd93e053 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -25,19 +25,19 @@ dirfilter = []
experimental-api = []
[dependencies]
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.1.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.2.0"}
retry-error = { path = "../retry-error", version = "0.1.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.1.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.1.0" }
-tor-config = { path = "../tor-config", version = "0.1.0" }
-tor-consdiff = { path = "../tor-consdiff", version = "0.1.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.1.0" }
-tor-error = { path = "../tor-error", version = "0.1.0" }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.1.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.1.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.1.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.2.0"}
+tor-circmgr = { path = "../tor-circmgr", version = "0.2.0"}
+tor-config = { path = "../tor-config", version = "0.2.0"}
+tor-consdiff = { path = "../tor-consdiff", version = "0.2.0"}
+tor-dirclient = { path = "../tor-dirclient", version = "0.2.0"}
+tor-error = { path = "../tor-error", version = "0.2.0"}
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.2.0"}
+tor-netdir = { path = "../tor-netdir", version = "0.2.0"}
+tor-netdoc = { path = "../tor-netdoc", version = "0.2.0"}
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.2.0"}
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0"}
async-trait = "0.1.2"
base64 = "0.13.0"
@@ -66,5 +66,5 @@ humantime-serde = "1.1.1"
futures-await-test = "0.3.0"
hex-literal = "0.3"
tempfile = "3"
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0", features = ["tokio", "native-tls"] }
float_eq = "0.7"
diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml
index 5541067a5..6ee625f6e 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.1.0"
+version = "0.2.0"
authors = ["Ian Jackson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/crates/tor-events/Cargo.toml b/crates/tor-events/Cargo.toml
index 6e1c35263..e5ff34399 100644
--- a/crates/tor-events/Cargo.toml
+++ b/crates/tor-events/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-events"
-version = "0.1.0"
+version = "0.2.0"
edition = "2018"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
license = "MIT OR Apache-2.0"
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index 8a4b59bba..269d2de22 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -18,16 +18,16 @@ default = []
testing = []
[dependencies]
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.1.0" }
-tor-config = { path = "../tor-config", version = "0.1.0" }
-tor-error = { path = "../tor-error", version = "0.1.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.1.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.1.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0" }
-tor-persist = { path = "../tor-persist", version = "0.1.0" }
-tor-proto = { path = "../tor-proto", version = "0.1.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0" }
-tor-units = { path = "../tor-units", version = "0.1.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.2.0"}
+tor-config = { path = "../tor-config", version = "0.2.0"}
+tor-error = { path = "../tor-error", version = "0.2.0"}
+tor-netdir = { path = "../tor-netdir", version = "0.2.0"}
+tor-linkspec = { path = "../tor-linkspec", version = "0.2.0"}
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.2.0"}
+tor-persist = { path = "../tor-persist", version = "0.2.0"}
+tor-proto = { path = "../tor-proto", version = "0.2.0"}
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0"}
+tor-units = { path = "../tor-units", version = "0.2.0"}
derive_builder = "0.11"
derive_more = "0.99"
@@ -43,8 +43,8 @@ thiserror = "1"
tracing = "0.1.18"
[dev-dependencies]
-tor-netdir = { path = "../tor-netdir", version = "0.1.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.1.0" }
-tor-persist = { path = "../tor-persist", version = "0.1.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.1.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.2.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.2.0"}
+tor-persist = { path = "../tor-persist", version = "0.2.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.2.0"}
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index 52d3a75e1..289e54265 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -11,9 +11,9 @@ categories = [ "network-programming" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
-tor-bytes = { path="../tor-bytes", version = "0.1.0"}
-tor-protover = { path="../tor-protover", version = "0.1.0"}
+tor-llcrypto = { path="../tor-llcrypto", version = "0.2.0"}
+tor-bytes = { path="../tor-bytes", version = "0.2.0"}
+tor-protover = { path="../tor-protover", version = "0.2.0"}
[dev-dependencies]
hex-literal = "0.3"
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index 526c7c007..e10da0643 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml
index 2be3e9335..20e3053db 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -24,13 +24,13 @@ experimental-api = []
testing = [ "hex", "hex-literal", "tor-netdoc/build_docs" ]
[dependencies]
-tor-checkable = { path="../tor-checkable", version = "0.1.0"}
-tor-config = { path="../tor-config", version = "0.1.0"}
-tor-netdoc = { path="../tor-netdoc", version = "0.1.0"}
-tor-linkspec = { path="../tor-linkspec", version = "0.1.0"}
-tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
-tor-protover = { path="../tor-protover", version = "0.1.0"}
-tor-units = { path="../tor-units", version = "0.1.0"}
+tor-checkable = { path="../tor-checkable", version = "0.2.0"}
+tor-config = { path="../tor-config", version = "0.2.0"}
+tor-netdoc = { path="../tor-netdoc", version = "0.2.0"}
+tor-linkspec = { path="../tor-linkspec", version = "0.2.0"}
+tor-llcrypto = { path="../tor-llcrypto", version = "0.2.0"}
+tor-protover = { path="../tor-protover", version = "0.2.0"}
+tor-units = { path="../tor-units", version = "0.2.0"}
bitflags = "1"
derive_builder = "0.11"
@@ -47,5 +47,5 @@ futures = "0.3.14"
[dev-dependencies]
hex = "0.4"
hex-literal = "0.3"
-tor-netdoc = { path="../tor-netdoc", version = "0.1.0", features=["build_docs"] }
+tor-netdoc = { path="../tor-netdoc", version = "0.2.0", features=["build_docs"] }
rand_chacha = "0.3"
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml
index 49197e732..81607df11 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -41,12 +41,12 @@ experimental-api = []
dangerous-expose-struct-fields = ["visible", "visibility"]
[dependencies]
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.1.0" }
-tor-cert = { path = "../tor-cert", version = "0.1.0" }
-tor-protover = { path = "../tor-protover", version = "0.1.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.1.0" }
-tor-error = { path = "../tor-error", version = "0.1.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.2.0"}
+tor-bytes = { path = "../tor-bytes", version = "0.2.0"}
+tor-cert = { path = "../tor-cert", version = "0.2.0"}
+tor-protover = { path = "../tor-protover", version = "0.2.0"}
+tor-checkable = { path = "../tor-checkable", version = "0.2.0"}
+tor-error = { path = "../tor-error", version = "0.2.0"}
base64 = "0.13.0"
bitflags = "1"
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index 88e68e9cc..e60e89f73 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -20,7 +20,7 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
sanitize-filename = "0.3.0"
thiserror = "1"
-tor-error = { path="../tor-error", version = "0.1.0"}
+tor-error = { path="../tor-error", version = "0.2.0"}
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
fslock = { version = "0.2.0" }
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index dabf7ff9f..2e6aa8b2b 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -17,15 +17,15 @@ ntor_v3 = []
tokio = ["tokio-crate", "tokio-util"]
[dependencies]
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.1.0"}
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0"}
-tor-bytes = { path = "../tor-bytes", version = "0.1.0"}
-tor-cert = { path = "../tor-cert", version = "0.1.0"}
-tor-error = { path = "../tor-error", version = "0.1.0"}
-tor-linkspec = { path = "../tor-linkspec", version = "0.1.0"}
-tor-checkable = { path = "../tor-checkable", version = "0.1.0"}
-tor-protover = { path = "../tor-protover", version = "0.1.0"}
-tor-cell = { path = "../tor-cell", version = "0.1.0"}
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.2.0"}
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.2.0"}
+tor-bytes = { path = "../tor-bytes", version = "0.2.0"}
+tor-cert = { path = "../tor-cert", version = "0.2.0"}
+tor-error = { path = "../tor-error", version = "0.2.0"}
+tor-linkspec = { path = "../tor-linkspec", version = "0.2.0"}
+tor-checkable = { path = "../tor-checkable", version = "0.2.0"}
+tor-protover = { path = "../tor-protover", version = "0.2.0"}
+tor-cell = { path = "../tor-cell", version = "0.2.0"}
arrayref = "0.3"
bytes = "1"
@@ -50,6 +50,6 @@ tokio-crate = { package = "tokio", version = "1.7", optional = true }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
[dev-dependencies]
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = [ "tokio", "native-tls" ] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0", features = [ "tokio", "native-tls" ] }
hex-literal = "0.3"
hex = "0.4"
diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml
index d298aa3cf..277d6337a 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index 3ff74c3e1..596125c37 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml
index 834edd3d0..7dcb7168c 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -17,9 +17,9 @@ pin-project = "1"
thiserror = "1"
tracing = "0.1.18"
-tor-rtcompat = { version = "0.1.0", path = "../tor-rtcompat" }
+tor-rtcompat = { version = "0.2.0", path = "../tor-rtcompat" }
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.8"
-tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls" ] }
+tor-rtcompat = { path="../tor-rtcompat", version = "0.2.0", features=["tokio", "native-tls" ] }
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 1d22f7f5d..8eea5b131 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -12,8 +12,8 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
caret = { path="../caret", version = "0.1.0"}
-tor-bytes = { path="../tor-bytes", version = "0.1.0"}
-tor-error = { path="../tor-error", version = "0.1.0"}
+tor-bytes = { path="../tor-bytes", version = "0.2.0"}
+tor-error = { path="../tor-error", version = "0.2.0"}
thiserror = "1"
diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml
index 7e810f487..d7773cc53 100644
--- a/crates/tor-units/Cargo.toml
+++ b/crates/tor-units/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-units"
-version = "0.1.0"
+version = "0.2.0"
authors = ["Dennis Jackson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"