# 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" rust-version = "1.70.0" name = "trackme-backends" version = "0.1.0" authors = ["Robin Krahl "] description = "backends for uploading activity logs to analysis platforms" license = "GPL-3.0-or-later" repository = "https://codeberg.org/robink/trackme" [dependencies.chrono] version = "0.4.23" features = ["serde"] optional = true [dependencies.data-encoding] version = "2.3.3" features = ["alloc"] optional = true default-features = false [dependencies.log] version = "0.4.17" [dependencies.multipart] version = "0.18.0" features = ["client"] optional = true default-features = false [dependencies.secrecy] version = "0.8.0" optional = true [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true default-features = false [dependencies.ureq] version = "2.6.2" features = [ "json", "tls", ] optional = true default-features = false [dependencies.url] version = "2.3.1" optional = true [features] data-encoding = ["dep:data-encoding"] default = [ "intervals_icu", "strava", ] intervals_icu = [ "data-encoding", "multipart", "secrecy", "serde", "ureq/json", ] multipart = ["dep:multipart"] strava = [ "chrono", "multipart", "secrecy", "serde", "ureq", "url", ] ureq = ["dep:ureq"]