# 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.8.7" authors = [ "Pepe Márquez ", "Álvaro Cabo ", ] description = "An async Vinted API wrapper" readme = "README.md" license = "MIT" repository = "https://github.com/TuTarea/vinted-rs" [lib] doctest = false [dependencies.bb8-postgres] version = "0.8" features = [ "with-serde_json-1", "with-uuid-1", "with-chrono-0_4", ] optional = true [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.24.0" optional = true [dependencies.redis-macros] version = "0.2.1" optional = true [dependencies.reqwest] version = "0.11" features = [ "json", "cookies", ] [dependencies.reqwest_cookie_store] version = "0.6" [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.18" [dev-dependencies.redis] version = "0.24.0" [dev-dependencies.redis-macros] version = "0.2.1" [features] advanced_filters = [ "bb8-postgres", "postgres-types", ] default = [ "advanced_filters", "redis", ] minimal = [] redis = [ "dep:redis", "dep:redis-macros", ]