# 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 = "gurkle-cli" version = "0.3.0" authors = ["Brendan Molloy ", "Tom Houlé "] description = "The CLI for gurkle" license = "Apache-2.0 OR MIT" repository = "https://github.com/technocreatives/gurkle" [[bin]] name = "gurkle" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.env_logger] version = "0.6" [dependencies.gurkle] version = "0.3.0" [dependencies.gurkle_codegen] version = "0.3.0" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["rustls-tls", "json", "gzip", "brotli"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.structopt] version = "0.3" [dependencies.syn] version = "1" [dependencies.tokio] version = "1" features = ["rt-multi-thread", "io-util", "sync", "macros"] default-features = false