# 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 = "oxidy" version = "0.5.0" authors = ["KrishnaTorque"] description = "Fast & Minimum Web Framework for Rust" documentation = "https://docs.rs/oxidy" readme = "README.md" keywords = [ "web", "framework", "http", "server", ] categories = [ "web-programming", "network-programming", "web-programming::http-server", "http", "server", ] license = "MIT" repository = "https://github.com/oxidy-rs/oxidy" [profile.dev] opt-level = 0 debug = true split-debuginfo = "unpacked" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = true debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false strip = false [dependencies.futures] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.21" features = [ "rt-multi-thread", "macros", "net", "io-util", ]