# 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 = "sw-sync-cli" version = "0.9.0" authors = [ "shopware AG ", "Malte Janz ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI for fast and flexible data transfer between shopware and (CSV) files over API" readme = "README.md" keywords = [ "cli", "shopware", "import", "export", ] categories = [ "command-line-utilities", "development-tools", "web-programming", ] license = "MIT" repository = "https://github.com/shopware/sw-sync-cli" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "sw-sync-cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.17" features = [ "derive", "string", ] [dependencies.csv] version = "1.3.0" [dependencies.itertools] version = "0.13.0" [dependencies.rayon] version = "1.10.0" [dependencies.reqwest] version = "0.12.6" features = [ "json", "blocking", ] [dependencies.rhai] version = "1.19.0" features = [ "serde", "sync", ] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_yaml] version = "0.9.33" [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.19" [dev-dependencies.mockito] version = "1.5.0"