# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "config2args" version = "0.2.0" authors = ["Kazuhiro Serizawa "] description = "A CLI tool which converts config file into GNU option style string" homepage = "https://github.com/serihiro/config2args" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/serihiro/config2args" [[bin]] name = "config2args" path = "src/main.rs" [dependencies.failure] version = "0.1.5" [dependencies.serde_json] version = "1.0.39" features = ["preserve_order"] default-features = false [dependencies.tera] version = "0.11" [target.x86_64-apple-darwin]