mirror of https://github.com/synctv-org/synctv
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.
31 lines
744 B
TOML
31 lines
744 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 = ["dep:rustls", "reqwest/rustls", "rustls/aws_lc_rs"]
|
|
tls-ring = ["dep:rustls", "reqwest/rustls-no-provider", "rustls/ring"]
|
|
tls-webpki-roots = []
|
|
tls-native-roots = []
|
|
|
|
[dependencies]
|
|
http-acl.workspace = true
|
|
ipnet.workspace = true
|
|
reqwest.workspace = true
|
|
rustls = { workspace = true, optional = 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
|