Bump all crates to 0.1.0

This commit is contained in:
Nick Mathewson 2022-03-01 08:59:34 -05:00
parent 06f5580c8a
commit e8e9791a97
32 changed files with 191 additions and 191 deletions

62
Cargo.lock generated
View File

@ -73,7 +73,7 @@ checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]] [[package]]
name = "arti" name = "arti"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arti-client", "arti-client",
@ -101,7 +101,7 @@ dependencies = [
[[package]] [[package]]
name = "arti-bench" name = "arti-bench"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arti-client", "arti-client",
@ -121,7 +121,7 @@ dependencies = [
[[package]] [[package]]
name = "arti-client" name = "arti-client"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"derive_builder", "derive_builder",
@ -151,7 +151,7 @@ dependencies = [
[[package]] [[package]]
name = "arti-config" name = "arti-config"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"arti-client", "arti-client",
"config", "config",
@ -168,7 +168,7 @@ dependencies = [
[[package]] [[package]]
name = "arti-hyper" name = "arti-hyper"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arti-client", "arti-client",
@ -560,7 +560,7 @@ checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
[[package]] [[package]]
name = "caret" name = "caret"
version = "0.0.3" version = "0.1.0"
[[package]] [[package]]
name = "cargo-husky" name = "cargo-husky"
@ -2410,7 +2410,7 @@ checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"
[[package]] [[package]]
name = "retry-error" name = "retry-error"
version = "0.0.3" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
] ]
@ -3044,7 +3044,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-bytes" name = "tor-bytes"
version = "0.0.3" version = "0.1.0"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"bytes", "bytes",
@ -3060,7 +3060,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-cell" name = "tor-cell"
version = "0.0.3" version = "0.1.0"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"bitflags", "bitflags",
@ -3079,7 +3079,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-cert" name = "tor-cert"
version = "0.0.3" version = "0.1.0"
dependencies = [ dependencies = [
"base64", "base64",
"caret", "caret",
@ -3093,7 +3093,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-chanmgr" name = "tor-chanmgr"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"derive_more", "derive_more",
@ -3115,7 +3115,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-checkable" name = "tor-checkable"
version = "0.0.3" version = "0.1.0"
dependencies = [ dependencies = [
"signature", "signature",
"thiserror", "thiserror",
@ -3124,7 +3124,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-circmgr" name = "tor-circmgr"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bounded-vec-deque", "bounded-vec-deque",
@ -3157,7 +3157,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-config" name = "tor-config"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"derive_builder", "derive_builder",
"directories", "directories",
@ -3173,7 +3173,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-consdiff" name = "tor-consdiff"
version = "0.0.3" version = "0.1.0"
dependencies = [ dependencies = [
"digest 0.10.3", "digest 0.10.3",
"hex", "hex",
@ -3183,7 +3183,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-dirclient" name = "tor-dirclient"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"async-compression", "async-compression",
"base64", "base64",
@ -3207,7 +3207,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-dirmgr" name = "tor-dirmgr"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"base64", "base64",
@ -3249,7 +3249,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-error" name = "tor-error"
version = "0.0.1" version = "0.1.0"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"derive_more", "derive_more",
@ -3259,7 +3259,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-events" name = "tor-events"
version = "0.0.3" version = "0.1.0"
dependencies = [ dependencies = [
"async-broadcast", "async-broadcast",
"futures", "futures",
@ -3272,7 +3272,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-guardmgr" name = "tor-guardmgr"
version = "0.0.5" version = "0.1.0"
dependencies = [ dependencies = [
"derive_builder", "derive_builder",
"futures", "futures",
@ -3299,7 +3299,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-linkspec" name = "tor-linkspec"
version = "0.0.3" version = "0.1.0"
dependencies = [ dependencies = [
"hex-literal", "hex-literal",
"tor-bytes", "tor-bytes",
@ -3309,7 +3309,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-llcrypto" name = "tor-llcrypto"
version = "0.0.3" version = "0.1.0"
dependencies = [ dependencies = [
"aes", "aes",
"arrayref", "arrayref",
@ -3341,7 +3341,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-netdir" name = "tor-netdir"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"derive_builder", "derive_builder",
@ -3365,7 +3365,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-netdoc" name = "tor-netdoc"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"base64", "base64",
"bitflags", "bitflags",
@ -3391,7 +3391,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-persist" name = "tor-persist"
version = "0.0.3" version = "0.1.0"
dependencies = [ dependencies = [
"fslock", "fslock",
"sanitize-filename", "sanitize-filename",
@ -3404,7 +3404,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-proto" name = "tor-proto"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"asynchronous-codec", "asynchronous-codec",
@ -3440,7 +3440,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-protover" name = "tor-protover"
version = "0.0.3" version = "0.1.0"
dependencies = [ dependencies = [
"caret", "caret",
"thiserror", "thiserror",
@ -3448,7 +3448,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-rtcompat" name = "tor-rtcompat"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"async-io", "async-io",
"async-native-tls", "async-native-tls",
@ -3467,7 +3467,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-rtmock" name = "tor-rtmock"
version = "0.0.4" version = "0.1.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@ -3481,7 +3481,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-socksproto" name = "tor-socksproto"
version = "0.0.3" version = "0.1.0"
dependencies = [ dependencies = [
"caret", "caret",
"hex-literal", "hex-literal",
@ -3492,7 +3492,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-units" name = "tor-units"
version = "0.0.3" version = "0.1.0"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"float-cmp", "float-cmp",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "arti-bench" name = "arti-bench"
version = "0.0.4" version = "0.1.0"
edition = "2018" edition = "2018"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"] authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -21,7 +21,7 @@ serde_json = "1.0.50"
tracing = "0.1.18" tracing = "0.1.18"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
tokio = { version = "1.7", features = ["full"] } tokio = { version = "1.7", features = ["full"] }
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features = ["tokio", "native-tls"] } tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features = ["tokio", "native-tls"] }
arti-config = { path="../arti-config", version = "0.0.4"} arti-config = { path="../arti-config", version = "0.1.0"}
arti-client = { package="arti-client", path = "../arti-client", version = "0.0.4"} arti-client = { package="arti-client", path = "../arti-client", version = "0.1.0"}
tokio-socks = "0.5" tokio-socks = "0.5"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "arti-client" name = "arti-client"
version = "0.0.4" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -28,14 +28,14 @@ error_detail = [ ]
experimental-api = [] experimental-api = []
[dependencies] [dependencies]
tor-circmgr = { path="../tor-circmgr", version = "0.0.4"} tor-circmgr = { path="../tor-circmgr", version = "0.1.0"}
tor-config = { path="../tor-config", version = "0.0.4"} tor-config = { path="../tor-config", version = "0.1.0"}
tor-chanmgr = { path="../tor-chanmgr", version = "0.0.4"} tor-chanmgr = { path="../tor-chanmgr", version = "0.1.0"}
tor-dirmgr = { path="../tor-dirmgr", version = "0.0.4"} tor-dirmgr = { path="../tor-dirmgr", version = "0.1.0"}
tor-error = { path="../tor-error", version = "0.0.1" } tor-error = { path="../tor-error", version = "0.1.0"}
tor-persist = { path="../tor-persist", version = "0.0.3"} tor-persist = { path="../tor-persist", version = "0.1.0"}
tor-proto = { path="../tor-proto", version = "0.0.4"} tor-proto = { path="../tor-proto", version = "0.1.0"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0"}
humantime-serde = "1" humantime-serde = "1"
derive_builder = "0.10" derive_builder = "0.10"
@ -48,7 +48,7 @@ serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1" thiserror = "1"
[dev-dependencies] [dev-dependencies]
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] } tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls" ] }
tokio-crate = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros" ] } tokio-crate = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros" ] }
pin-project = "1" pin-project = "1"
tokio-util = { version = "0.7.0", features = ["compat"] } tokio-util = { version = "0.7.0", features = ["compat"] }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "arti-config" name = "arti-config"
version = "0.0.4" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -11,9 +11,9 @@ categories = [ "config" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/" repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies] [dependencies]
arti-client = { package="arti-client", path = "../arti-client", version = "0.0.4"} arti-client = { package="arti-client", path = "../arti-client", version = "0.1.0"}
tor-circmgr = { package="tor-circmgr", path="../tor-circmgr", version = "0.0.4"} tor-circmgr = { package="tor-circmgr", path="../tor-circmgr", version = "0.1.0"}
tor-config = { package="tor-config", path = "../tor-config", version = "0.0.4", features = ["expand-paths"]} 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"] } config = { version = "0.12.0", default-features = false, features = ["toml"] }
once_cell = "1" once_cell = "1"
serde = { version = "1.0.103", features = ["derive"] } serde = { version = "1.0.103", features = ["derive"] }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "arti-hyper" name = "arti-hyper"
version = "0.0.4" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -24,15 +24,15 @@ experimental-api = []
[dependencies] [dependencies]
anyhow = "1.0.23" anyhow = "1.0.23"
arti-client = { path="../arti-client", version = "0.0.4"} arti-client = { path="../arti-client", version = "0.1.0"}
hyper = { version = "0.14", features = ["http1", "client", "runtime"] } hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1" pin-project = "1"
tokio = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros" ] } tokio = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros" ] }
thiserror = "1" thiserror = "1"
tls-api = { version = "0.7" } tls-api = { version = "0.7" }
tls-api-native-tls = { version = "0.7.0" } tls-api-native-tls = { version = "0.7.0" }
tor-error = { path="../tor-error", version = "0.0.1" } tor-error = { path="../tor-error", version = "0.1.0"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio"] } tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio"] }
[dev-dependencies] [dev-dependencies]
tracing-subscriber = "0.3.0" tracing-subscriber = "0.3.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "arti" name = "arti"
version = "0.0.4" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -22,11 +22,11 @@ static-native-tls = [ "arti-client/static-native-tls", "native-tls" ]
journald = [ "tracing-journald" ] journald = [ "tracing-journald" ]
[dependencies] [dependencies]
arti-client = { package="arti-client", path = "../arti-client", version = "0.0.4", default-features=false} arti-client = { package="arti-client", path = "../arti-client", version = "0.1.0", default-features=false}
tor-error = { path="../tor-error", version = "0.0.1", default-features=false } tor-error = { path="../tor-error", version = "0.1.0", default-features=false }
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", default-features=false } tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", default-features=false }
tor-socksproto = { path="../tor-socksproto", version = "0.0.3"} tor-socksproto = { path="../tor-socksproto", version = "0.1.0"}
arti-config = { path="../arti-config", version = "0.0.4"} arti-config = { path="../arti-config", version = "0.1.0"}
anyhow = "1.0.23" anyhow = "1.0.23"
async-ctrlc = { version = "1.2.0", optional = true } async-ctrlc = { version = "1.2.0", optional = true }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "caret" name = "caret"
version = "0.0.3" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "retry-error" name = "retry-error"
version = "0.0.3" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-bytes" name = "tor-bytes"
version = "0.0.3" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -11,8 +11,8 @@ categories = ["parsing", "encoding"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/" repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies] [dependencies]
tor-llcrypto = { path = "../tor-llcrypto", version = "0.0.3"} tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0"}
tor-error = { path="../tor-error", version = "0.0.1" } tor-error = { path="../tor-error", version = "0.1.0"}
arrayref = "0.3" arrayref = "0.3"
bytes = "1" bytes = "1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-cell" name = "tor-cell"
version = "0.0.3" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -11,12 +11,12 @@ categories = [ "parser-implementations", "network-programming" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/" repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies] [dependencies]
caret = { path="../caret", version = "0.0.3"} caret = { path="../caret", version = "0.1.0"}
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
tor-bytes = { path="../tor-bytes", version = "0.0.3"} tor-bytes = { path="../tor-bytes", version = "0.1.0"}
tor-cert = { path="../tor-cert", version = "0.0.3"} tor-cert = { path="../tor-cert", version = "0.1.0"}
tor-error = { path="../tor-error", version = "0.0.1"} tor-error = { path="../tor-error", version = "0.1.0"}
tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} tor-linkspec = { path="../tor-linkspec", version = "0.1.0"}
arrayref = "0.3" arrayref = "0.3"
bitflags = "1" bitflags = "1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-cert" name = "tor-cert"
version = "0.0.3" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -11,10 +11,10 @@ categories = [ "parser-implementations" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/" repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies] [dependencies]
caret = { path="../caret", version = "0.0.3"} caret = { path="../caret", version = "0.1.0"}
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
tor-bytes = { path="../tor-bytes", version = "0.0.3"} tor-bytes = { path="../tor-bytes", version = "0.1.0"}
tor-checkable = { path="../tor-checkable", version = "0.0.3"} tor-checkable = { path="../tor-checkable", version = "0.1.0"}
digest = "0.10.0" digest = "0.10.0"
signature = "1" signature = "1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-chanmgr" name = "tor-chanmgr"
version = "0.0.4" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -13,11 +13,11 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[features] [features]
[dependencies] [dependencies]
tor-error = { path="../tor-error", version = "0.0.1"} tor-error = { path="../tor-error", version = "0.1.0"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0"}
tor-proto = { path="../tor-proto", version = "0.0.4"} tor-proto = { path="../tor-proto", version = "0.1.0"}
tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} tor-linkspec = { path="../tor-linkspec", version = "0.1.0"}
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
async-trait = "0.1.2" async-trait = "0.1.2"
derive_more = "0.99" derive_more = "0.99"
@ -31,5 +31,5 @@ thiserror = "1"
float_eq = "0.7" float_eq = "0.7"
futures-await-test = "0.3.0" futures-await-test = "0.3.0"
hex-literal = "0.3" hex-literal = "0.3"
tor-rtmock = { path="../tor-rtmock", version = "0.0.4"} tor-rtmock = { path="../tor-rtmock", version = "0.1.0"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls"] } tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls"] }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-checkable" name = "tor-checkable"
version = "0.0.3" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -11,7 +11,7 @@ categories = [ "cryptography", "rust-patterns" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/" repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies] [dependencies]
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
signature = "1" signature = "1"
thiserror = "1" thiserror = "1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-circmgr" name = "tor-circmgr"
version = "0.0.4" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -18,17 +18,17 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/"
experimental-api = [] experimental-api = []
[dependencies] [dependencies]
tor-chanmgr = { path="../tor-chanmgr", version = "0.0.4"} tor-chanmgr = { path="../tor-chanmgr", version = "0.1.0"}
tor-config = { path="../tor-config", version = "0.0.4"} tor-config = { path="../tor-config", version = "0.1.0"}
tor-error = { path="../tor-error", version = "0.0.1"} tor-error = { path="../tor-error", version = "0.1.0"}
tor-guardmgr = { path="../tor-guardmgr", version = "0.0.5"} tor-guardmgr = { path="../tor-guardmgr", version = "0.1.0"}
tor-netdir = { path="../tor-netdir", version = "0.0.4"} tor-netdir = { path="../tor-netdir", version = "0.1.0"}
tor-netdoc = { path="../tor-netdoc", version = "0.0.4"} tor-netdoc = { path="../tor-netdoc", version = "0.1.0"}
tor-proto = { path="../tor-proto", version = "0.0.4"} tor-proto = { path="../tor-proto", version = "0.1.0"}
retry-error = { path="../retry-error", version = "0.0.3"} retry-error = { path="../retry-error", version = "0.1.0"}
tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} tor-linkspec = { path="../tor-linkspec", version = "0.1.0"}
tor-persist = { path="../tor-persist", version = "0.0.3"} tor-persist = { path="../tor-persist", version = "0.1.0"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0"}
async-trait = "0.1.2" async-trait = "0.1.2"
bounded-vec-deque = "0.1" bounded-vec-deque = "0.1"
@ -46,9 +46,9 @@ weak-table = "0.3.0"
[dev-dependencies] [dev-dependencies]
futures-await-test = "0.3.0" futures-await-test = "0.3.0"
tor-rtmock = { path="../tor-rtmock", version = "0.0.4"} tor-rtmock = { path="../tor-rtmock", version = "0.1.0"}
tor-guardmgr = { path="../tor-guardmgr", version = "0.0.5", features=["testing"]} tor-guardmgr = { path="../tor-guardmgr", version = "0.1.0", features=["testing"]}
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
tor-netdir = { path="../tor-netdir", version = "0.0.4", features=["testing"] } tor-netdir = { path="../tor-netdir", version = "0.1.0", features=["testing"] }
tor-persist = { path="../tor-persist", version = "0.0.3", features=["testing"] } tor-persist = { path="../tor-persist", version = "0.1.0", features=["testing"] }
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] } tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls" ] }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-config" name = "tor-config"
version = "0.0.4" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -15,7 +15,7 @@ default = ["expand-paths"]
expand-paths = ["shellexpand", "directories"] expand-paths = ["shellexpand", "directories"]
[dependencies] [dependencies]
tor-error = { path="../tor-error", version = "0.0.1"} tor-error = { path="../tor-error", version = "0.1.0"}
thiserror = "1" thiserror = "1"
derive_builder = "0.10" derive_builder = "0.10"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-consdiff" name = "tor-consdiff"
version = "0.0.3" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -16,7 +16,7 @@ slow-diff-apply = []
[dependencies] [dependencies]
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
digest = "0.10.0" digest = "0.10.0"
hex = "0.4" hex = "0.4"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-dirclient" name = "tor-dirclient"
version = "0.0.4" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -18,12 +18,12 @@ zstd = ["async-compression/zstd"]
routerdesc = [] routerdesc = []
[dependencies] [dependencies]
tor-circmgr = { path="../tor-circmgr", version = "0.0.4"} tor-circmgr = { path="../tor-circmgr", version = "0.1.0"}
tor-error = { path="../tor-error", version = "0.0.1"} tor-error = { path="../tor-error", version = "0.1.0"}
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
tor-proto = { path="../tor-proto", version = "0.0.4"} tor-proto = { path="../tor-proto", version = "0.1.0"}
tor-netdoc = { path="../tor-netdoc", version = "0.0.4"} tor-netdoc = { path="../tor-netdoc", version = "0.1.0"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0"}
async-compression = { version = "0.3.5", features = ["futures-io", "zlib"] } async-compression = { version = "0.3.5", features = ["futures-io", "zlib"] }
base64 = "0.13.0" base64 = "0.13.0"
@ -38,6 +38,6 @@ thiserror = "1"
[dev-dependencies] [dev-dependencies]
futures-await-test = "0.3.0" futures-await-test = "0.3.0"
tor-rtmock = { path="../tor-rtmock", version = "0.0.4"} tor-rtmock = { path="../tor-rtmock", version = "0.1.0"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] } tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls" ] }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-dirmgr" name = "tor-dirmgr"
version = "0.0.4" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -18,17 +18,17 @@ static = ["rusqlite/bundled"]
routerdesc = ["tor-dirclient/routerdesc"] routerdesc = ["tor-dirclient/routerdesc"]
[dependencies] [dependencies]
retry-error = { path = "../retry-error", version = "0.0.3"} retry-error = { path = "../retry-error", version = "0.1.0"}
tor-checkable = { path = "../tor-checkable", version = "0.0.3"} tor-checkable = { path = "../tor-checkable", version = "0.1.0"}
tor-circmgr = { path = "../tor-circmgr", version = "0.0.4"} tor-circmgr = { path = "../tor-circmgr", version = "0.1.0"}
tor-config = { path = "../tor-config", version = "0.0.4"} tor-config = { path = "../tor-config", version = "0.1.0"}
tor-consdiff = { path = "../tor-consdiff", version = "0.0.3"} tor-consdiff = { path = "../tor-consdiff", version = "0.1.0"}
tor-dirclient = { path = "../tor-dirclient", version = "0.0.4"} tor-dirclient = { path = "../tor-dirclient", version = "0.1.0"}
tor-error = { path="../tor-error", version = "0.0.1"} tor-error = { path="../tor-error", version = "0.1.0"}
tor-netdir = { path = "../tor-netdir", version = "0.0.4"} tor-netdir = { path = "../tor-netdir", version = "0.1.0"}
tor-netdoc = { path = "../tor-netdoc", version = "0.0.4"} tor-netdoc = { path = "../tor-netdoc", version = "0.1.0"}
tor-llcrypto = { path = "../tor-llcrypto", version = "0.0.3"} tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0"}
tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.4"} tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0"}
async-trait = "0.1.2" async-trait = "0.1.2"
base64 = "0.13.0" base64 = "0.13.0"
@ -58,5 +58,5 @@ humantime-serde = "1"
futures-await-test = "0.3.0" futures-await-test = "0.3.0"
hex-literal = "0.3" hex-literal = "0.3"
tempfile = "3" tempfile = "3"
tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.4", features = [ "tokio", "native-tls" ] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = [ "tokio", "native-tls" ] }
float_eq = "0.7" float_eq = "0.7"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-error" name = "tor-error"
version = "0.0.1" version = "0.1.0"
authors = ["Ian Jackson <iwj@torproject.org>"] authors = ["Ian Jackson <iwj@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-events" name = "tor-events"
version = "0.0.3" version = "0.1.0"
edition = "2018" edition = "2018"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"] authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-guardmgr" name = "tor-guardmgr"
version = "0.0.5" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -18,15 +18,15 @@ default = []
testing = [] testing = []
[dependencies] [dependencies]
tor-config = { path="../tor-config", version = "0.0.4"} tor-config = { path="../tor-config", version = "0.1.0"}
tor-error = { path="../tor-error", version = "0.0.1" } tor-error = { path="../tor-error", version = "0.1.0"}
tor-netdir = { path="../tor-netdir", version = "0.0.4"} tor-netdir = { path="../tor-netdir", version = "0.1.0"}
tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} tor-linkspec = { path="../tor-linkspec", version = "0.1.0"}
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
tor-persist = { path="../tor-persist", version = "0.0.3"} tor-persist = { path="../tor-persist", version = "0.1.0"}
tor-proto = { path="../tor-proto", version = "0.0.4" } tor-proto = { path="../tor-proto", version = "0.1.0"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0"}
tor-units = { path="../tor-units", version = "0.0.3"} tor-units = { path="../tor-units", version = "0.1.0"}
derive_builder = "0.10" derive_builder = "0.10"
futures = "0.3.14" futures = "0.3.14"
@ -40,8 +40,8 @@ thiserror = "1"
tracing = "0.1.18" tracing = "0.1.18"
[dev-dependencies] [dev-dependencies]
tor-netdir = { path="../tor-netdir", version = "0.0.4", features=["testing"]} tor-netdir = { path="../tor-netdir", version = "0.1.0", features=["testing"]}
tor-netdoc = { path="../tor-netdoc", version = "0.0.4"} tor-netdoc = { path="../tor-netdoc", version = "0.1.0"}
tor-persist = { path="../tor-persist", version = "0.0.3", features=["testing"]} tor-persist = { path="../tor-persist", version = "0.1.0", features=["testing"]}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls"]} tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls"]}
tor-rtmock = { path="../tor-rtmock", version = "0.0.4"} tor-rtmock = { path="../tor-rtmock", version = "0.1.0"}

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-linkspec" name = "tor-linkspec"
version = "0.0.3" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -11,9 +11,9 @@ categories = [ "network-programming" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/" repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies] [dependencies]
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
tor-bytes = { path="../tor-bytes", version = "0.0.3"} tor-bytes = { path="../tor-bytes", version = "0.1.0"}
tor-protover = { path="../tor-protover", version = "0.0.3"} tor-protover = { path="../tor-protover", version = "0.1.0"}
[dev-dependencies] [dev-dependencies]
hex-literal = "0.3" hex-literal = "0.3"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-llcrypto" name = "tor-llcrypto"
version = "0.0.3" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-netdir" name = "tor-netdir"
version = "0.0.4" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -24,13 +24,13 @@ experimental-api = []
testing = [ "hex", "hex-literal", "tor-netdoc/build_docs" ] testing = [ "hex", "hex-literal", "tor-netdoc/build_docs" ]
[dependencies] [dependencies]
tor-checkable = { path="../tor-checkable", version = "0.0.3"} tor-checkable = { path="../tor-checkable", version = "0.1.0"}
tor-config = { path="../tor-config", version = "0.0.4"} tor-config = { path="../tor-config", version = "0.1.0"}
tor-netdoc = { path="../tor-netdoc", version = "0.0.4"} tor-netdoc = { path="../tor-netdoc", version = "0.1.0"}
tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} tor-linkspec = { path="../tor-linkspec", version = "0.1.0"}
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
tor-protover = { path="../tor-protover", version = "0.0.3"} tor-protover = { path="../tor-protover", version = "0.1.0"}
tor-units = { path="../tor-units", version = "0.0.3"} tor-units = { path="../tor-units", version = "0.1.0"}
bitflags = "1" bitflags = "1"
derive_builder = "0.10" derive_builder = "0.10"
@ -46,5 +46,5 @@ tracing = "0.1.18"
[dev-dependencies] [dev-dependencies]
hex = "0.4" hex = "0.4"
hex-literal = "0.3" hex-literal = "0.3"
tor-netdoc = { path="../tor-netdoc", version = "0.0.4", features=["build_docs"] } tor-netdoc = { path="../tor-netdoc", version = "0.1.0", features=["build_docs"] }
rand_chacha = "0.3" rand_chacha = "0.3"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-netdoc" name = "tor-netdoc"
version = "0.0.4" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -24,12 +24,12 @@ routerdesc = []
ns_consensus = [] ns_consensus = []
[dependencies] [dependencies]
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
tor-bytes = { path="../tor-bytes", version = "0.0.3"} tor-bytes = { path="../tor-bytes", version = "0.1.0"}
tor-cert = { path="../tor-cert", version = "0.0.3"} tor-cert = { path="../tor-cert", version = "0.1.0"}
tor-protover = { path="../tor-protover", version = "0.0.3"} tor-protover = { path="../tor-protover", version = "0.1.0"}
tor-checkable = { path="../tor-checkable", version = "0.0.3"} tor-checkable = { path="../tor-checkable", version = "0.1.0"}
tor-error = { path="../tor-error", version = "0.0.1"} tor-error = { path="../tor-error", version = "0.1.0"}
base64 = "0.13.0" base64 = "0.13.0"
bitflags = "1" bitflags = "1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-persist" name = "tor-persist"
version = "0.0.3" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -20,7 +20,7 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50" serde_json = "1.0.50"
sanitize-filename = "0.3.0" sanitize-filename = "0.3.0"
thiserror = "1" thiserror = "1"
tor-error = { path="../tor-error", version = "0.0.1" } tor-error = { path="../tor-error", version = "0.1.0"}
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
fslock = { version = "0.2.0" } fslock = { version = "0.2.0" }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-proto" name = "tor-proto"
version = "0.0.4" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -17,14 +17,14 @@ ntor_v3 = []
tokio = ["tokio-crate", "tokio-util"] tokio = ["tokio-crate", "tokio-util"]
[dependencies] [dependencies]
tor-llcrypto = { path = "../tor-llcrypto", version = "0.0.3"} tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0"}
tor-bytes = { path = "../tor-bytes", version = "0.0.3"} tor-bytes = { path = "../tor-bytes", version = "0.1.0"}
tor-cert = { path = "../tor-cert", version = "0.0.3"} tor-cert = { path = "../tor-cert", version = "0.1.0"}
tor-error = { path = "../tor-error", version = "0.0.1"} tor-error = { path = "../tor-error", version = "0.1.0"}
tor-linkspec = { path = "../tor-linkspec", version = "0.0.3"} tor-linkspec = { path = "../tor-linkspec", version = "0.1.0"}
tor-checkable = { path = "../tor-checkable", version = "0.0.3"} tor-checkable = { path = "../tor-checkable", version = "0.1.0"}
tor-protover = { path = "../tor-protover", version = "0.0.3"} tor-protover = { path = "../tor-protover", version = "0.1.0"}
tor-cell = { path = "../tor-cell", version = "0.0.3"} tor-cell = { path = "../tor-cell", version = "0.1.0"}
arrayref = "0.3" arrayref = "0.3"
bytes = "1" bytes = "1"
@ -48,6 +48,6 @@ tokio-crate = { package = "tokio", version = "1.7", optional = true }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true } tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
[dev-dependencies] [dev-dependencies]
tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.4", features = [ "tokio", "native-tls" ] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = [ "tokio", "native-tls" ] }
hex-literal = "0.3" hex-literal = "0.3"
hex = "0.4" hex = "0.4"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-protover" name = "tor-protover"
version = "0.0.3" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -11,6 +11,6 @@ categories = [ "network-programming" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/" repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies] [dependencies]
caret = { path="../caret", version = "0.0.3"} caret = { path="../caret", version = "0.1.0"}
thiserror = "1" thiserror = "1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-rtcompat" name = "tor-rtcompat"
version = "0.0.4" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-rtmock" name = "tor-rtmock"
version = "0.0.4" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -17,9 +17,9 @@ pin-project = "1"
thiserror = "1" thiserror = "1"
tracing = "0.1.18" tracing = "0.1.18"
tor-rtcompat = { version = "0.0.4", path = "../tor-rtcompat" } tor-rtcompat = { version = "0.1.0", path = "../tor-rtcompat" }
[dev-dependencies] [dev-dependencies]
futures-await-test = "0.3.0" futures-await-test = "0.3.0"
rand = "0.8" rand = "0.8"
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] } tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls" ] }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-socksproto" name = "tor-socksproto"
version = "0.0.3" version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -11,9 +11,9 @@ categories = [ "network-programming" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/" repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies] [dependencies]
caret = { path="../caret", version = "0.0.3"} caret = { path="../caret", version = "0.1.0"}
tor-bytes = { path="../tor-bytes", version = "0.0.3"} tor-bytes = { path="../tor-bytes", version = "0.1.0"}
tor-error = { path="../tor-error", version = "0.0.1" } tor-error = { path="../tor-error", version = "0.1.0"}
thiserror = "1" thiserror = "1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tor-units" name = "tor-units"
version = "0.0.3" version = "0.1.0"
authors = ["Dennis Jackson <git@dennisjj.co.uk>"] authors = ["Dennis Jackson <git@dennisjj.co.uk>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"