# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "podsync" version = "0.1.5" description = "A server to sync podcasts with, mirroring the gpodder API. Designed for use with AntennaPod" homepage = "https://github.com/bobrippling/podsync" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/bobrippling/podsync" [dependencies.base64_light] version = "0.1.5" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.cookie] version = "0.18.0" [dependencies.log] version = "0.4.20" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_with] version = "3.3.0" [dependencies.sha256] version = "1.4.0" [dependencies.sqlx] version = "0.6.3" features = [ "sqlite", "time", "offline", ] optional = true [dependencies.time] version = "0.3.29" features = [ "serde", "formatting", "parsing", "macros", "local-offset", "std", ] [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.uuid] version = "1.4.1" features = ["v4"] [dependencies.warp] version = "0.3.6" [features] backend-file = [] backend-sql = ["dep:sqlx"] default = ["rustls"] native-tls = ["sqlx/runtime-tokio-native-tls"] rustls = [ "sqlx/runtime-tokio-rustls", "warp/tokio-rustls", ]