# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.75" name = "actix-settings" version = "0.8.0" authors = [ "Joey Ezechiels ", "Rob Ede ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easily manage Actix Web's settings from a TOML file and environment variables" homepage = "https://actix.rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/actix/actix-extras" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "actix_settings" path = "src/lib.rs" [[example]] name = "actix" path = "examples/actix.rs" [dependencies.actix-http] version = "3" [dependencies.actix-service] version = "2" [dependencies.actix-web] version = "4" default-features = false [dependencies.derive_more] version = "0.99.7" [dependencies.once_cell] version = "1.13" [dependencies.openssl] version = "0.10" features = ["v110"] optional = true [dependencies.regex] version = "1.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.toml] version = "0.8" [dev-dependencies.actix-web] version = "4" [dev-dependencies.env_logger] version = "0.11" [features] openssl = [ "dep:openssl", "actix-web/openssl", ] [lints.rust.future-incompatible] level = "deny" priority = 0 [lints.rust.nonstandard-style] level = "deny" priority = 0 [lints.rust.rust-2018-idioms] level = "deny" priority = 0