# 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" name = "vinted-rs" version = "0.10.0" authors = [ "Pepe Márquez ", "Álvaro Cabo ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An async Vinted API wrapper" readme = "README.md" license = "MIT" repository = "https://github.com/TuTarea/vinted-rs" [lib] name = "vinted_rs" path = "src/lib.rs" doctest = false [dependencies.bb8-postgres] version = "0.8" features = [ "with-serde_json-1", "with-uuid-1", "with-chrono-0_4", ] optional = true [dependencies.dotenvy] version = "0.15" [dependencies.fang] version = "0.10.3" features = ["asynk"] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.postgres-types] version = "0.2.6" features = ["derive"] optional = true [dependencies.rand] version = "0.8" [dependencies.redis] version = "0.27.5" features = [ "tokio-comp", "aio", ] optional = true [dependencies.redis-macros] version = "0.4.2" optional = true [dependencies.reqwest] version = "0.12" features = [ "json", "cookies", ] [dependencies.reqwest_cookie_store] version = "0.8" [dependencies.serde] version = "1.0" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.typed-builder] version = "0.20" [dev-dependencies.env_logger] version = "0.11.5" [features] advanced_filters = [ "bb8-postgres", "postgres-types", ] default = [ "advanced_filters", "redis", ] minimal = [] redis = [ "dep:redis", "dep:redis-macros", ]