# 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" name = "shuttle-env-vars" version = "0.26.1" authors = ["Roberto Huertas "] description = "Use .env files to set environment variables in your Shuttle services" readme = "README.md" keywords = [ "shuttle", "dotenv", "env", "env-vars", ] categories = [ "web-programming", "configuration", ] license = "MIT" repository = "https://github.com/robertohuertasm/shuttle-env-vars" [dependencies.dotenvy] version = "0.15" [dependencies.serde] version = "1.0" [dependencies.shuttle-runtime] version = "0.26.0" default-features = false [dependencies.shuttle-service] version = "0.26.0" [dependencies.shuttle-static-folder] version = "0.26.0" [dependencies.tracing] version = "0.1" [dev-dependencies.tempfile] version = "3.7" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [badges.maintenance] status = "actively-developed"