# 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 = "rocket-no-content" version = "0.1.4" authors = ["AniMi Labs"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides a 204 No Content responder for Rocket. Includes optional schema definition." readme = "README.md" license = "MIT" [lib] name = "rocket_no_content" path = "src/lib.rs" [dependencies.okapi] version = "0.7.0" optional = true default-features = false [dependencies.rocket] version = "0.5.0-rc.2" default-features = false [dependencies.rocket_okapi] version = "0.8.0" optional = true default-features = false [features] default = ["schema"] schema = [ "rocket_okapi", "okapi", ]