# 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 = "gwy15-common" version = "0.1.0" authors = ["gwy15 "] description = "personal use crate" homepage = "https://github.com/gwy15/gwy15-common" documentation = "https://docs.rs/gwy15-common/" license = "WTFPL" repository = "https://github.com/gwy15/gwy15-common" [dependencies.futures] version = "0.3.17" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11.3" features = [] default-features = false [dependencies.semver] version = "1.0.4" features = ["serde"] [dependencies.thiserror] version = "1.0.28" [dependencies.toml] version = "0.5.8" [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["rustls"] native-tls = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"]