# 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 = "modi" version = "0.1.1" authors = ["Andeya Lee "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An out-of-the-box modular dependency injection web application framework." homepage = "https://github.com/andeya/modi" documentation = "https://docs.rs/modi" readme = "README.md" keywords = [ "http", "async", "web", "framework", "server", ] categories = [ "web-programming::http-server", "web-programming::websocket", "network-programming", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/andeya/modi" [lib] name = "modi" path = "src/lib.rs" [[example]] name = "calculate" path = "examples/calculate.rs" [dependencies.anyhow] version = "1" [dependencies.anymap2] version = "0.13" [dependencies.getset2] version = "0.2" [dependencies.metainfo] version = "0.7" [dependencies.modi_macros] version = "0.1" [dependencies.myotel] version = ">=0.2.3" [dependencies.once_cell] version = "1.5" [dependencies.opentelemetry-http] version = "0.25" default-features = false [dependencies.quick-xml] version = "0.36" features = ["serialize"] [dependencies.rand] version = "0.8" [dependencies.salvo] version = ">=0.72.3" features = [ "oapi", "craft", "otel", ] [dependencies.semver] version = "1" features = ["serde"] [dependencies.serde] version = "1" features = [ "derive", "std", ] [dependencies.static_assertions] version = "1.1" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.sulid] version = "0.6" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["thread_safe"] thread_safe = []