# 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 = "gvas2json" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert between GVAS and JSON or YAML" readme = "README.md" license = "MIT" repository = "https://github.com/scottanderson/gvas2json" [[bin]] name = "gvas2json" path = "src/bin/gvas2json.rs" [[bin]] name = "gvas2toml" path = "src/bin/gvas2toml.rs" [[bin]] name = "gvas2yaml" path = "src/bin/gvas2yaml.rs" [[bin]] name = "json2gvas" path = "src/bin/json2gvas.rs" [[bin]] name = "toml2gvas" path = "src/bin/toml2gvas.rs" [[bin]] name = "yaml2gvas" path = "src/bin/yaml2gvas.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.colored_json] version = "5.0" [dependencies.gvas] version = "0" features = ["serde"] [dependencies.minus] version = "5.6" features = [ "static_output", "search", ] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["float_roundtrip"] [dependencies.serde_yaml] version = "0.8" [dependencies.toml] version = "0.8" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.1"