# 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 = "saleor-app-sdk" version = "0.2.3" authors = ["Djkáťo "] description = "Unofficial Saleor App SDK like library, made to for Rust." homepage = "https://github.com/djkato/saleor-apps-rs" documentation = "https://github.com/djkato/saleor-apps-rs" readme = "README.md" keywords = [ "saleor", "sdk", "plugin", ] categories = [ "api-bindings", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/djkato/saleor-apps-rs" [dependencies.anyhow] version = "1.0.82" [dependencies.async-trait] version = "0.1.80" [dependencies.axum] version = "0.7.5" optional = true [dependencies.dotenvy] version = "0.15.7" [dependencies.envy] version = "0.4.2" [dependencies.http] version = "1.1.0" optional = true [dependencies.iso_currency] version = "0.4.4" features = [ "with-serde", "iterator", "with-serde", "iterator", ] [dependencies.jsonwebtoken] version = "9.3.0" optional = true [dependencies.redis] version = "0.25.3" features = [ "aio", "tokio-comp", "connection-manager", "aio", "tokio-comp", "connection-manager", ] optional = true [dependencies.reqwest] version = "0.12.3" features = ["json"] optional = true [dependencies.rust_decimal] version = "1.35.0" features = [ "serde-float", "serde-float", ] [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.115" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2" [dependencies.tracing] version = "0.1.40" optional = true [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] optional = true [dependencies.url] version = "2.5.0" optional = true [features] default = [ "middleware", "redis_apl", "webhook_utils", "tracing", ] middleware = [ "dep:axum", "dep:jsonwebtoken", "dep:url", "dep:reqwest", "dep:http", ] redis_apl = ["dep:redis"] tracing = [ "dep:tracing", "dep:tracing-subscriber", ] webhook_utils = ["dep:http"]