# 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 = "restify" version = "0.0.6" authors = ["Youssef Khalil "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "STILL WIP" homepage = "https://github.com/coders-collab-org/restify" readme = "README.md" license = "MIT" repository = "https://github.com/coders-collab-org/restify" [lib] name = "restify" path = "src/lib.rs" [dependencies.restify-core] version = "0.0.3" default-features = false [dependencies.restify-macros] version = "0.0.6" optional = true default-features = false [dependencies.restify-openapi] version = "0.0.1" optional = true default-features = false [features] axum = [ "restify-macros?/axum", "restify-core/axum", "restify-openapi?/axum", ] cargo_manifest_dir = ["restify-macros?/cargo_manifest_dir"] default = ["macros"] macros = ["dep:restify-macros"] openapi = ["dep:restify-openapi"]