You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/synctv-proto-main/Cargo.toml

34 lines
786 B
TOML

[package]
name = "synctv-proto-main"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[features]
default = ["tls-aws-lc", "tls-webpki-roots"]
openapi = ["dep:utoipa"]
tls-aws-lc = ["tonic/tls-aws-lc"]
tls-ring = ["tonic/tls-ring"]
tls-webpki-roots = ["tonic/tls-webpki-roots"]
tls-native-roots = ["tonic/tls-native-roots"]
[dependencies]
tonic.workspace = true
tonic-prost.workspace = true
prost.workspace = true
prost-types.workspace = true
prost-reflect.workspace = true
pbjson.workspace = true
pbjson-types.workspace = true
base64.workspace = true
serde.workspace = true
serde_json.workspace = true
utoipa = { workspace = true, optional = true }
[build-dependencies]
synctv-proto-build.workspace = true
[lints]
workspace = true