diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml index d6f50cd31..783e61af0 100644 --- a/crates/arti-client/Cargo.toml +++ b/crates/arti-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-client" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -18,13 +18,13 @@ static = [ "tor-rtcompat/static", "tor-dirmgr/static" ] experimental-api = [] [dependencies] -tor-circmgr = { path="../tor-circmgr", version="0.0.0" } -tor-chanmgr = { path="../tor-chanmgr", version="0.0.0" } -tor-config = { path="../tor-config", version="0.0.0" } -tor-dirmgr = { path="../tor-dirmgr", version="0.0.0" } -tor-persist = { path="../tor-persist", version="0.0.0" } -tor-proto = { path="../tor-proto", version="0.0.0" } -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0" } +tor-circmgr = { path="../tor-circmgr", version = "0.0.1"} +tor-chanmgr = { path="../tor-chanmgr", version = "0.0.1"} +tor-config = { path="../tor-config", version = "0.0.1"} +tor-dirmgr = { path="../tor-dirmgr", version = "0.0.1"} +tor-persist = { path="../tor-persist", version = "0.0.1"} +tor-proto = { path="../tor-proto", version = "0.0.1"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.1"} derive_builder = "0.10.2" futures = "0.3.13" @@ -33,7 +33,7 @@ serde = { version = "1.0.124", features = ["derive"] } thiserror = "1.0.24" [dev-dependencies] -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", features=["tokio"] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.1", features=["tokio"] } tokio-crate = { package = "tokio", version = "1.7.0", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros" ] } hyper = { version = "0.14.13", features = ["http1", "client", "runtime"] } pin-project = { version = "1.0" } diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index c4597f5d4..6f356b146 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -18,10 +18,10 @@ static = [ "arti-client/static" ] journald = [ "tracing-journald" ] [dependencies] -arti-client = { package="arti-client", path = "../arti-client", version="0.0.0" } -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", default-features=false } -tor-socksproto = { path="../tor-socksproto", version="0.0.0" } -tor-config = { path="../tor-config", version="0.0.0" } +arti-client = { package="arti-client", path = "../arti-client", version = "0.0.1"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.1", default-features=false } +tor-socksproto = { path="../tor-socksproto", version = "0.0.1"} +tor-config = { path="../tor-config", version = "0.0.1"} anyhow = "1.0.38" async-ctrlc = { version = "1.2.0", optional = true } diff --git a/crates/caret/Cargo.toml b/crates/caret/Cargo.toml index 8c3e40d53..1f98d432a 100644 --- a/crates/caret/Cargo.toml +++ b/crates/caret/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "caret" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/retry-error/Cargo.toml b/crates/retry-error/Cargo.toml index e162ade5d..99d7c546e 100644 --- a/crates/retry-error/Cargo.toml +++ b/crates/retry-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "retry-error" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml index d42e11bb6..d6541b8f2 100644 --- a/crates/tor-bytes/Cargo.toml +++ b/crates/tor-bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-bytes" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,7 +11,7 @@ categories = [ "parsing", "encoding" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.1"} arrayref = "0.3.6" bytes = "1.0.1" diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml index 42ac5fcca..acc9776b5 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cell" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,11 +11,11 @@ categories = [ "parser-implementations", "network-programming" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path="../caret", version="0.0.0" } -tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } -tor-bytes = { path="../tor-bytes", version="0.0.0" } -tor-cert = { path="../tor-cert", version="0.0.0" } -tor-linkspec = { path="../tor-linkspec", version="0.0.0" } +caret = { path="../caret", version = "0.0.1"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.1"} +tor-bytes = { path="../tor-bytes", version = "0.0.1"} +tor-cert = { path="../tor-cert", version = "0.0.1"} +tor-linkspec = { path="../tor-linkspec", version = "0.0.1"} arrayref = "0.3.6" bitflags = "1.2.1" diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index 6318d4a80..2e60910c4 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,10 +11,10 @@ categories = [ "parser-implementations" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path="../caret", version="0.0.0" } -tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } -tor-bytes = { path="../tor-bytes", version="0.0.0" } -tor-checkable = { path="../tor-checkable", version="0.0.0" } +caret = { path="../caret", version = "0.0.1"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.1"} +tor-bytes = { path="../tor-bytes", version = "0.0.1"} +tor-checkable = { path="../tor-checkable", version = "0.0.1"} digest = "0.9.0" signature = "1.3.0" diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml index 360821dbe..d5f3d7bd1 100644 --- a/crates/tor-chanmgr/Cargo.toml +++ b/crates/tor-chanmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-chanmgr" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -13,10 +13,10 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" [features] [dependencies] -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0" } -tor-proto = { path="../tor-proto", version="0.0.0" } -tor-linkspec = { path="../tor-linkspec", version="0.0.0" } -tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.1"} +tor-proto = { path="../tor-proto", version = "0.0.1"} +tor-linkspec = { path="../tor-linkspec", version = "0.0.1"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.1"} async-trait = "0.1.48" futures = "0.3.13" @@ -26,5 +26,5 @@ thiserror = "1.0.24" [dev-dependencies] futures-await-test = "0.3.0" hex-literal = "0.3.1" -tor-rtmock = { path="../tor-rtmock", version="0.0.0" } -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", features=["tokio"] } +tor-rtmock = { path="../tor-rtmock", version = "0.0.1"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.1", features=["tokio"] } diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml index 9c45f2cd7..e06743574 100644 --- a/crates/tor-checkable/Cargo.toml +++ b/crates/tor-checkable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-checkable" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,7 +11,7 @@ categories = [ "cryptography", "rust-patterns" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.1"} signature = "1.3.0" thiserror = "1.0.24" diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml index d6480e3ab..6a1abe61f 100644 --- a/crates/tor-circmgr/Cargo.toml +++ b/crates/tor-circmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-circmgr" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -14,15 +14,15 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" experimental-api = [] [dependencies] -tor-chanmgr = { path="../tor-chanmgr", version="0.0.0" } -tor-guardmgr = { path="../tor-guardmgr", version="0.0.0" } -tor-netdir = { path="../tor-netdir", version="0.0.0" } -tor-netdoc = { path="../tor-netdoc", version="0.0.0" } -tor-proto = { path="../tor-proto", version="0.0.0" } -retry-error = { path="../retry-error", version="0.0.0" } -tor-linkspec = { path="../tor-linkspec", version="0.0.0" } -tor-persist = { path="../tor-persist", version="0.0.0" } -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0" } +tor-chanmgr = { path="../tor-chanmgr", version = "0.0.1"} +tor-guardmgr = { path="../tor-guardmgr", version = "0.0.1"} +tor-netdir = { path="../tor-netdir", version = "0.0.1"} +tor-netdoc = { path="../tor-netdoc", version = "0.0.1"} +tor-proto = { path="../tor-proto", version = "0.0.1"} +retry-error = { path="../retry-error", version = "0.0.1"} +tor-linkspec = { path="../tor-linkspec", version = "0.0.1"} +tor-persist = { path="../tor-persist", version = "0.0.1"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.1"} async-trait = "0.1.48" bounded-vec-deque = "0.1.1" @@ -41,7 +41,7 @@ weak-table = "0.3.0" [dev-dependencies] async_executors = { version = "0.4.2", default-features=false, features = [ "tokio_tp" ] } futures-await-test = "0.3.0" -tor-rtmock = { path="../tor-rtmock", version="0.0.0" } -tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } -tor-netdir = { path="../tor-netdir", version="0.0.0", features=["testing"] } -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", features=["tokio"] } +tor-rtmock = { path="../tor-rtmock", version = "0.0.1"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.1"} +tor-netdir = { path="../tor-netdir", version = "0.0.1", features=["testing"] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.1", features=["tokio"] } diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index fb7c82eb4..163a5907d 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml index fe93b6f18..4dc65f9dd 100644 --- a/crates/tor-consdiff/Cargo.toml +++ b/crates/tor-consdiff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-consdiff" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -16,7 +16,7 @@ slow-diff-apply = [] [dependencies] -tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.1"} digest = "0.9.0" hex = "0.4.3" diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml index a1dc70fa5..ea4267352 100644 --- a/crates/tor-dirclient/Cargo.toml +++ b/crates/tor-dirclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirclient" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -16,11 +16,11 @@ xz = ["async-compression/xz"] zstd = ["async-compression/zstd"] [dependencies] -tor-circmgr = { path="../tor-circmgr", version="0.0.0" } -tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } -tor-proto = { path="../tor-proto", version="0.0.0" } -tor-netdoc = { path="../tor-netdoc", version="0.0.0" } -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0" } +tor-circmgr = { path="../tor-circmgr", version = "0.0.1"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.1"} +tor-proto = { path="../tor-proto", version = "0.0.1"} +tor-netdoc = { path="../tor-netdoc", version = "0.0.1"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.1"} async-compression = { version = "0.3.7", features=["futures-io", "zlib"] } base64 = "0.13.0" @@ -35,6 +35,6 @@ thiserror = "1.0.24" [dev-dependencies] futures-await-test = "0.3.0" -tor-rtmock = { path="../tor-rtmock", version="0.0.0" } -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", features=["tokio"] } +tor-rtmock = { path="../tor-rtmock", version = "0.0.1"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.1", features=["tokio"] } diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml index c2cff0927..900cf1561 100644 --- a/crates/tor-dirmgr/Cargo.toml +++ b/crates/tor-dirmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirmgr" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -16,15 +16,15 @@ mmap = [ "memmap2" ] static = [ "rusqlite/bundled" ] [dependencies] -retry-error = { path="../retry-error", version="0.0.0" } -tor-checkable = { path="../tor-checkable", version="0.0.0" } -tor-circmgr = { path="../tor-circmgr", version="0.0.0" } -tor-consdiff = { path="../tor-consdiff", version="0.0.0" } -tor-dirclient = { path="../tor-dirclient", version="0.0.0" } -tor-netdir = { path="../tor-netdir", version="0.0.0" } -tor-netdoc = { path="../tor-netdoc", version="0.0.0" } -tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0" } +retry-error = { path="../retry-error", version = "0.0.1"} +tor-checkable = { path="../tor-checkable", version = "0.0.1"} +tor-circmgr = { path="../tor-circmgr", version = "0.0.1"} +tor-consdiff = { path="../tor-consdiff", version = "0.0.1"} +tor-dirclient = { path="../tor-dirclient", version = "0.0.1"} +tor-netdir = { path="../tor-netdir", version = "0.0.1"} +tor-netdoc = { path="../tor-netdoc", version = "0.0.1"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.1"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.1"} async-trait = "0.1.48" base64 = "0.13.0" @@ -49,4 +49,4 @@ humantime-serde = "1.0.1" futures-await-test = "0.3.0" hex-literal = "0.3.1" tempfile = "3.2.0" -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", features=["tokio"] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.1", features=["tokio"] } diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml index abff54ff3..225febc89 100644 --- a/crates/tor-guardmgr/Cargo.toml +++ b/crates/tor-guardmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-guardmgr" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,12 +11,12 @@ categories = [ "network-programming", "cryptography" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -tor-netdir = { path="../tor-netdir", version="0.0.0" } -tor-linkspec = { path="../tor-linkspec", version="0.0.0" } -tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } -tor-persist = { path="../tor-persist", version="0.0.0" } -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0" } -tor-units = { path="../tor-units", version="0.0.0" } +tor-netdir = { path="../tor-netdir", version = "0.0.1"} +tor-linkspec = { path="../tor-linkspec", version = "0.0.1"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.1"} +tor-persist = { path="../tor-persist", version = "0.0.1"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.1"} +tor-units = { path="../tor-units", version = "0.0.1"} derive_builder = "0.10.2" futures = "0.3.17" @@ -30,7 +30,7 @@ thiserror = "1.0.24" tracing = "0.1.26" [dev-dependencies] -tor-netdir = { path="../tor-netdir", version="0.0.0", features=["testing"]} -tor-persist = { path="../tor-persist", version="0.0.0", features=["testing"]} -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", features=["tokio"]} -tor-rtmock = { path="../tor-rtmock", version="0.0.0" } +tor-netdir = { path="../tor-netdir", version = "0.0.1", features=["testing"]} +tor-persist = { path="../tor-persist", version = "0.0.1", features=["testing"]} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.1", features=["tokio"]} +tor-rtmock = { path="../tor-rtmock", version = "0.0.1"} diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index 83249657e..08cb7ad21 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] 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.0.0" } -tor-bytes = { path="../tor-bytes", version="0.0.0" } -tor-protover = { path="../tor-protover", version="0.0.0" } +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.1"} +tor-bytes = { path="../tor-bytes", version = "0.0.1"} +tor-protover = { path="../tor-protover", version = "0.0.1"} [dev-dependencies] hex-literal = "0.3.1" diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml index 901c11a31..7a583112e 100644 --- a/crates/tor-llcrypto/Cargo.toml +++ b/crates/tor-llcrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-llcrypto" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml index d68776e2c..a243dbf3c 100644 --- a/crates/tor-netdir/Cargo.toml +++ b/crates/tor-netdir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdir" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -16,12 +16,12 @@ experimental-api = [] testing = [ "hex", "hex-literal", "tor-netdoc/build_docs" ] [dependencies] -tor-checkable = { path="../tor-checkable", version="0.0.0" } -tor-netdoc = { path="../tor-netdoc", version="0.0.0" } -tor-linkspec = { path="../tor-linkspec", version="0.0.0" } -tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } -tor-protover = { path="../tor-protover", version="0.0.0" } -tor-units = { path="../tor-units", version="0.0.0" } +tor-checkable = { path="../tor-checkable", version = "0.0.1"} +tor-netdoc = { path="../tor-netdoc", version = "0.0.1"} +tor-linkspec = { path="../tor-linkspec", version = "0.0.1"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.1"} +tor-protover = { path="../tor-protover", version = "0.0.1"} +tor-units = { path="../tor-units", version = "0.0.1"} derive_builder = "0.10.2" derive_more = "0.99.0" @@ -36,4 +36,4 @@ tracing = "0.1.26" [dev-dependencies] hex = "0.4.3" hex-literal = "0.3.1" -tor-netdoc = { path="../tor-netdoc", version="0.0.0", features=["build_docs"] } +tor-netdoc = { path="../tor-netdoc", version = "0.0.1", features=["build_docs"] } diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index 398495b9b..1eecdf945 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -14,11 +14,11 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" build_docs = [ "rand" ] [dependencies] -tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } -tor-bytes = { path="../tor-bytes", version="0.0.0" } -tor-cert = { path="../tor-cert", version="0.0.0" } -tor-protover = { path="../tor-protover", version="0.0.0" } -tor-checkable = { path="../tor-checkable", version="0.0.0" } +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.1"} +tor-bytes = { path="../tor-bytes", version = "0.0.1"} +tor-cert = { path="../tor-cert", version = "0.0.1"} +tor-protover = { path="../tor-protover", version = "0.0.1"} +tor-checkable = { path="../tor-checkable", version = "0.0.1"} base64 = "0.13.0" bitflags = "1.2.1" diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index 6a1f3296c..39a8fbde3 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-persist" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index 23051b440..f3c1415cd 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-proto" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -17,13 +17,13 @@ ntor_v3 = [] tokio = [ "tokio-crate", "tokio-util" ] [dependencies] -tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } -tor-bytes = { path="../tor-bytes", version="0.0.0" } -tor-cert = { path="../tor-cert", version="0.0.0" } -tor-linkspec = { path="../tor-linkspec", version="0.0.0" } -tor-checkable = { path="../tor-checkable", version="0.0.0" } -tor-protover = { path="../tor-protover", version="0.0.0" } -tor-cell = { path="../tor-cell", version="0.0.0" } +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.1"} +tor-bytes = { path="../tor-bytes", version = "0.0.1"} +tor-cert = { path="../tor-cert", version = "0.0.1"} +tor-linkspec = { path="../tor-linkspec", version = "0.0.1"} +tor-checkable = { path="../tor-checkable", version = "0.0.1"} +tor-protover = { path="../tor-protover", version = "0.0.1"} +tor-cell = { path="../tor-cell", version = "0.0.1"} arrayref = "0.3.6" bytes = "1.0.1" diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml index 120bfcea5..87f5d2dc4 100644 --- a/crates/tor-protover/Cargo.toml +++ b/crates/tor-protover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-protover" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,6 +11,6 @@ categories = [ "network-programming" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path="../caret", version="0.0.0" } +caret = { path="../caret", version = "0.0.1"} thiserror = "1.0.24" diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml index 4112017ac..67b624b96 100644 --- a/crates/tor-rtcompat/Cargo.toml +++ b/crates/tor-rtcompat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtcompat" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index b56bd526f..449475965 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -16,9 +16,9 @@ futures = "0.3.13" pin-project = "1.0.5" thiserror = "1.0.24" -tor-rtcompat = { version="0.0.0", path = "../tor-rtcompat" } +tor-rtcompat = { version = "0.0.1", path = "../tor-rtcompat" } [dev-dependencies] futures-await-test = "0.3.0" rand = "0.8.3" -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", features=["tokio"] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.1", features=["tokio"] } diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml index a75f62f12..a9c673868 100644 --- a/crates/tor-socksproto/Cargo.toml +++ b/crates/tor-socksproto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-socksproto" -version = "0.0.0" +version = "0.0.1" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,8 +11,8 @@ categories = [ "network-programming" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path="../caret", version="0.0.0" } -tor-bytes = { path="../tor-bytes", version="0.0.0" } +caret = { path="../caret", version = "0.0.1"} +tor-bytes = { path="../tor-bytes", version = "0.0.1"} thiserror = "1.0.24" diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml index d2be4f18d..e7de862f4 100644 --- a/crates/tor-units/Cargo.toml +++ b/crates/tor-units/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-units" -version = "0.0.0" +version = "0.0.1" authors = ["Dennis Jackson "] edition = "2018" license = "MIT OR Apache-2.0"