# 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 = "sic_cli" version = "0.11.0" authors = ["Martijn Gribnau "] description = "Component of the sic cli: provides the cli interface." license-file = "../../LICENSE" repository = "https://github.com/foresterre/sic" [dependencies.anyhow] version = "1.0.28" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "2.32.0" [dependencies.globwalk] version = "0.8.0" [dependencies.inflate] version = "0.4.5" [dependencies.sic_cli_ops] version = "0.11.0" [dependencies.sic_core] version = "0.11" [dependencies.sic_image_engine] version = "0.11" [dependencies.sic_io] version = "0.11" [dependencies.sic_parser] version = "0.11" [dev-dependencies.sic_testing] version = "0.11"