# 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-rs" version = "1.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library 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" [lib] name = "vl_convert_rs" path = "src/lib.rs" [[example]] name = "conversion1" path = "examples/conversion1.rs" [[test]] name = "test_specs" path = "tests/test_specs.rs" [[test]] name = "test_themes" path = "tests/test_themes.rs" [dependencies.deno_core] version = "0.307.0" [dependencies.deno_emit] version = "0.44.0" [dependencies.deno_graph] version = "0.81.3" [dependencies.deno_runtime] version = "0.177.0" [dependencies.env_logger] version = "0.10.0" [dependencies.fontdb] version = "0.21.0" features = ["fontconfig"] [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.image] version = "0.25" features = ["jpeg"] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.lz-str] version = "0.2.1" [dependencies.png] version = "0.17.13" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11.20" features = ["rustls-tls"] default-features = false [dependencies.resvg] version = "0.43.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.106" [dependencies.svg2pdf] version = "0.12.0" [dependencies.tempfile] version = "3.8.0" [dependencies.tiny-skia] version = "0.11.4" [dependencies.tokio] version = "1.36" features = [ "macros", "rt-multi-thread", ] [dependencies.ttf-parser] version = "0.24.1" [dependencies.usvg] version = "0.43.0" [dev-dependencies.dssim] version = "3.2.4" [dev-dependencies.rstest] version = "0.18.2"