# 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 = "spring" version = "0.2.9" authors = ["holmofy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust microservice framework like spring boot in java" readme = "README.md" keywords = [ "framework", "spring", ] categories = ["config"] license = "MIT" repository = "https://github.com/spring-rs/spring-rs" [lib] name = "spring" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.81" [dependencies.dashmap] version = "6.1" [dependencies.dotenvy] version = "0.15.7" [dependencies.inventory] version = "0.3.15" [dependencies.log] version = "0.4" [dependencies.nu-ansi-term] version = "0.46" [dependencies.once_cell] version = "1" [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0" [dependencies.serde-toml-merge] version = "0.3.8" [dependencies.spring-macros] version = "0.2.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.39" features = ["full"] [dependencies.toml] version = "0.8" features = ["parse"] [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "json", "env-filter", "tracing-log", "chrono", ] [dev-dependencies.tempfile] version = "3.12"