# 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] edition = "2018" name = "sardonyx_tools" version = "0.0.1" authors = ["Jonathan Baginski "] build = "build.rs" description = "Development tools for Sardonyx" readme = "README.md" keywords = [] license = "MIT/Apache-2.0" repository = "https://gitlab.com/patchedsoul/sardonyx-tools" [lib] name = "sardonyx_cli" path = "src/lib.rs" [[bin]] name = "sardonyx" path = "src/main.rs" [dependencies.ansi_term] version = "0.11.0" [dependencies.clap] version = "2.33.0" [dependencies.env_proxy] version = "0.3.1" [dependencies.error-chain] version = "0.12.1" [dependencies.liquid] version = "0.18.2" [dependencies.regex] version = "1.1.7" [dependencies.reqwest] version = "0.9.18" features = ["rustls-tls"] default-features = false [dependencies.semver] version = "0.9.0" features = ["serde"] [dependencies.serde] version = "1.0.92" [dependencies.serde_derive] version = "1.0.92" [dependencies.serde_json] version = "1.0.39" [build-dependencies.ron] version = "0.5.1" [build-dependencies.walkdir] version = "2.2.8"