sw-sync-cli 0.9.0

CLI for fast and flexible data transfer between shopware and (CSV) files over API
[[bin]]
name = "sw-sync-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.89"

[dependencies.clap]
features = ["derive", "string"]
version = "4.5.17"

[dependencies.csv]
version = "1.3.0"

[dependencies.itertools]
version = "0.13.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.12.6"

[dependencies.rhai]
features = ["serde", "sync"]
version = "1.19.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.210"

[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"

[package]
authors = ["shopware AG <info@shopware.com>", "Malte Janz <service.malte.j@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "web-programming"]
description = "CLI for fast and flexible data transfer between shopware and (CSV) files over API"
edition = "2021"
keywords = ["cli", "shopware", "import", "export"]
license = "MIT"
name = "sw-sync-cli"
readme = "README.md"
repository = "https://github.com/shopware/sw-sync-cli"
version = "0.9.0"

[profile.release]
codegen-units = 1
lto = true
panic = "abort"
strip = true