# 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 = "vl-convert" version = "1.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI application for converting Vega-Lite visualization specifications to Vega specifications" homepage = "https://github.com/jonmmease/vl-convert" readme = "README.md" keywords = [ "Visualization", "Vega", "Vega-Lite", ] license = "BSD-3-Clause" repository = "https://github.com/jonmmease/vl-convert" [[bin]] name = "vl-convert" path = "src/main.rs" [[test]] name = "test_cli" path = "tests/test_cli.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.itertools] version = "0.11.0" [dependencies.serde_json] version = "1.0.106" [dependencies.shellexpand] version = "3.1.0" [dependencies.tokio] version = "1.36" features = [ "macros", "rt-multi-thread", ] [dependencies.vl-convert-rs] version = "1.7.0" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.dssim] version = "3.2.4" [dev-dependencies.predicates] version = "3.0.2" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.tempfile] version = "3.8.0"