# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ysv" version = "0.1.11" authors = ["Anatoly Scherbakov "] exclude = ["samples/*", "sample", "tests/*"] description = "YAML driven CSV formatter" homepage = "https://ysv.rs" documentation = "https://altaisoft.gitbook.io/ysv/" readme = "README.md" keywords = ["csv", "etl"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ysv-rs/ysv" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "= 3.0.0-beta.1" [dependencies.clap_derive] version = "= 3.0.0-beta.4" [dependencies.crossbeam-channel] version = "^0.5.1" [dependencies.csv] version = "1.1.3" [dependencies.linked-hash-map] version = "0.5.3" features = ["serde_impl"] [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.simple_logger] version = "1.6.0"