# 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" version = "0.0.3" description = "A CLI tool to generate Vega-Lite specifications." keywords = [ "vega", "vega-lite", "data", "data-visualization", ] license = "BSD-3-Clause" repository = "https://github.com/lsh/vl/" resolver = "2" [profile.release] strip = "symbols" [lib] name = "vl" path = "src/lib.rs" [[bin]] name = "vl" path = "src/main.rs" [dependencies.atty] version = "0.2" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.dirs] version = "4.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [build-dependencies.convert_case] version = "0.5" [build-dependencies.serde] version = "1.0" [build-dependencies.serde_json] version = "1.0"