# 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.75" name = "rust-woocommerce" version = "0.1.2" authors = ["Aleksandr Provotorov "] exclude = ["Makefile.toml"] description = "Framework for woocommerce" readme = "README.md" license = "MIT" repository = "https://github.com/LigeronAhill/rust-woocommerce/" [dependencies.anyhow] version = "1.0.81" [dependencies.chrono] version = "0.4.37" features = ["serde"] [dependencies.log] version = "0.4.21" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.3" features = [ "json", "gzip", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.serde_with] version = "3.7.0" [dependencies.tl] version = "0.7.8" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8.12" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.url] version = "2.5.0"