# 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 = "flexvg-cli" version = "0.1.0" authors = ["Justin Shrake "] description = "flexvg command-line tool" homepage = "https://github.com/flexvg/flexvg" documentation = "https://github.com/flexvg/flexvg" readme = "../README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/flexvg/flexvg" [[bin]] name = "flexvg" path = "src/main.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.1.18" features = [ "derive", "env", ] [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.9.0" [dependencies.flexvg] version = "0.1.0" features = ["serde"] [dependencies.serde] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [dependencies.serde_yaml] version = "0.8"