# 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.70" name = "wildbird" version = "0.0.11" exclude = [ "DEV.md", "tests/*", ".cargo/*", "**/.gitignore", ] description = "Rust Framework 🐦" readme = "README.md" keywords = [ "lazy", "framework", "inject", "service", "singleton", ] categories = [ "data-structures", "development-tools", ] license = "MIT" repository = "https://github.com/PawelJastrzebski/wildbird.rs" [profile.dev] opt-level = 0 debug = 1 incremental = true [profile.release] opt-level = 3 lto = "thin" debug = 0 [dependencies.futures-lite] version = "2" [dependencies.log] version = "0.4" optional = true [dependencies.rayon] version = "1.8" optional = true [dependencies.tokio] version = "1" features = [ "signal", "rt-multi-thread", "time", ] optional = true [dependencies.tracing] version = "0.1" optional = true [dependencies.wildbird_macro_derive] version = "0.0.11" [dev-dependencies.simplelog] version = "0.12" [dev-dependencies.tokio] version = "1.28" features = [ "macros", "rt-multi-thread", "time", ] [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = [] rayon = ["dep:rayon"] timed = [] timed-log = ["dep:log"] timed-tracing = ["dep:tracing"] tokio = ["dep:tokio"]