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-common/Cargo.toml

31 lines
668 B
TOML

[package]
name = "synctv-common"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[features]
default = ["tls-aws-lc", "tls-webpki-roots"]
tls-aws-lc = ["reqwest/rustls"]
tls-ring = ["reqwest/rustls-no-provider"]
tls-webpki-roots = []
tls-native-roots = []
[dependencies]
http-acl.workspace = true
http-acl-reqwest.workspace = true
ipnet.workspace = true
reqwest.workspace = true
tracing.workspace = true
chrono.workspace = true
chrono-tz.workspace = true
iana-time-zone.workspace = true
nanoid.workspace = true
tokio-util.workspace = true
tokio.workspace = true
thiserror.workspace = true
[lints]
workspace = true