# 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 = "rust-moysklad" version = "0.1.2" authors = ["Aleksandr Provotorov "] description = "Framework for moy sklad" readme = "README.md" license = "MIT" repository = "https://github.com/LigeronAhill/rust-moysklad/" [dependencies.anyhow] version = "1.0.79" [dependencies.chrono] version = "0.4.33" features = ["serde"] [dependencies.reqwest] version = "0.11.24" features = [ "gzip", "json", ] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.serde_with] version = "3.6.1" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.7.0" features = ["serde"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]