# 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 = "maj" version = "0.6.0" authors = ["Christine Dodrill "] description = "A gemini client and server for Rust" license = "0BSD" repository = "https://tulpa.dev/cadey/maj" [dependencies.async-std] version = "1.6" optional = true [dependencies.async-tls] version = "0" optional = true default-features = false [dependencies.async-trait] version = "0" optional = true [dependencies.log] version = "0.4" [dependencies.mime_guess] version = "2.0" [dependencies.num] version = "0.2" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.4" [dependencies.rustls] version = "0.18" features = ["dangerous_configuration"] optional = true [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "0.2" features = ["full"] optional = true [dependencies.tokio-rustls] version = "0.14" features = ["dangerous_configuration"] optional = true [dependencies.url] version = "2" [dependencies.webpki] version = "0.21.0" optional = true [dependencies.webpki-roots] version = "0.20" optional = true [dev-dependencies.pretty_env_logger] version = "0.4" [features] client = ["tokio-rustls", "webpki", "webpki-roots", "tokio", "async-std", "async-tls/client"] default = ["client", "server"] server = ["rustls", "webpki", "webpki-roots", "async-trait", "async-std", "async-tls/server"]