# 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 = "rust-httpstat" version = "0.1.5" authors = ["Tyrone Tudehope "] description = "Httpstat written in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/johnnynotsolucky/rust-httpstat" [package.metadata.cargo-udeps.ignore] development = ["cargo-husky"] [lib] name = "httpstat" [[bin]] name = "httpstat" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.curl] version = "0.4" default-features = false [dependencies.futures] version = "0.3" [dependencies.nanoid] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dev-dependencies.cargo-husky] version = "1.5" features = ["user-hooks"] default-features = false [features] default = ["ssl", "http2"] http2 = ["curl/http2"] ssl = ["curl/ssl"] static-curl = ["curl/static-curl"] static-ssl = ["curl/static-ssl"]