# 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 = "nidrs" version = "0.3.0" authors = ["WumaCoder "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Nidrs is a web framework based on axum and tokio." homepage = "https://github.com/nidrs/nidrs.git" readme = "README.md" keywords = [ "nidrs", "axum", "http", "web", "framework", ] categories = [ "network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket", ] license = "MIT" repository = "https://github.com/nidrs/nidrs.git" [lib] name = "nidrs" path = "src/lib.rs" [dependencies.nidrs-extern] version = "0.2.1" [dependencies.nidrs-macro] version = "0.2.1" [dependencies.nidrs-openapi] version = "0.2.0" optional = true [dependencies.nidrs-valid] version = "0.2.0" optional = true [features] default = [ "tower", "serde", ] openapi = ["nidrs-openapi"] serde = ["nidrs-extern/serde"] tower = ["nidrs-extern/tower"] valid = ["nidrs-valid"]