# 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.76" name = "leptos_config" version = "0.7.0-rc1" authors = ["Greg Johnston"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Configuration for the Leptos web framework." readme = "README.md" license = "MIT" repository = "https://github.com/leptos-rs/leptos" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] [lib] name = "leptos_config" path = "src/lib.rs" [[test]] name = "config" path = "tests/config.rs" [dependencies.config] version = "0.14.0" features = [ "toml", "convert-case", ] default-features = false [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.thiserror] version = "1.0" [dependencies.typed-builder] version = "0.19.1" [dev-dependencies.temp-env] version = "0.3.6" features = ["async_closure"] [dev-dependencies.tempfile] version = "3.12" [dev-dependencies.tokio] version = "1.39" features = [ "rt", "macros", ]