53 lines
1.3 KiB
TOML
53 lines
1.3 KiB
TOML
[workspace]
|
|
members = [
|
|
"boring",
|
|
"boring-sys",
|
|
"tokio-boring",
|
|
"hyper-boring"
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "4.14.1"
|
|
repository = "https://github.com/penumbra-x/boring2"
|
|
edition = "2021"
|
|
|
|
[workspace.metadata.release]
|
|
pre-release-commit-message = "Release {{version}}"
|
|
shared-version = true
|
|
tag-prefix = ""
|
|
publish = false
|
|
|
|
[workspace.dependencies]
|
|
boring-sys = { package = "boring-sys2", version = "4.14.1", path = "./boring-sys" }
|
|
boring = { package = "boring2", version = "4.14.1", path = "./boring" }
|
|
tokio-boring = { package = "tokio-boring2", version = "4.14.1", path = "./tokio-boring" }
|
|
|
|
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
|
|
bytes = "1"
|
|
cmake = "0.1.18"
|
|
fs_extra = "1.3.0"
|
|
fslock = "0.2"
|
|
bitflags = "2.4"
|
|
foreign-types = "0.5"
|
|
libc = "0.2"
|
|
hex = "0.4"
|
|
rusty-hook = "^0.11"
|
|
futures = "0.3"
|
|
tokio = "1"
|
|
anyhow = "1"
|
|
antidote = "1.0.0"
|
|
http1 = { package = "http", version = "1" }
|
|
http-body-util = "0.1.2"
|
|
http0 = { package = "http", version = "0.2" }
|
|
hyper1 = { package = "hyper", version = "1" }
|
|
hyper-util = "0.1.6"
|
|
hyper0 = { package = "hyper", version = "0.14", default-features = false }
|
|
linked_hash_set = "0.1"
|
|
once_cell = "1.0"
|
|
openssl-macros = "0.1.1"
|
|
tower = { version = "0.4", default-features = false, features = ["util"] }
|
|
tower-layer = "0.3"
|
|
tower-service = "0.3"
|
|
autocfg = "1.3.0"
|