# 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_empty" version = "0.1.2" description = "Provides a 204 No Content responder for Rocket. Includes optional schema definition." readme = "README.md" license = "MIT" [dependencies.revolt_okapi] version = "0.9.1" optional = true default-features = false [dependencies.revolt_rocket_okapi] version = "0.10.0" optional = true default-features = false [dependencies.rocket] version = "0.5.1" default-features = false [features] default = [] schema = [ "revolt_rocket_okapi", "revolt_okapi", ]