mirror of
https://github.com/bytedance/g3.git
synced 2026-05-20 09:23:57 +00:00
* add support for TLCP protocol via tongsuo * g3keymess: add vendored-tongsuo feature * update check scripts * update to tokio-tongsuo 0.6.4 to get rid of default features
24 lines
620 B
TOML
24 lines
620 B
TOML
[package]
|
|
name = "g3mkcert"
|
|
version = "0.1.0"
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
clap_complete.workspace = true
|
|
openssl.workspace = true
|
|
openssl-probe = { workspace = true, optional = true }
|
|
g3-types.workspace = true
|
|
g3-tls-cert.workspace = true
|
|
|
|
[build-dependencies]
|
|
rustc_version.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
vendored-openssl = ["openssl/vendored", "dep:openssl-probe"]
|
|
vendored-tongsuo = ["openssl/tongsuo", "dep:openssl-probe"]
|