# 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 = "vine" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Vine is rust framework inspired by Spring Boot """ readme = "README.md" license = "Apache-2.0" [lib] name = "vine" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.config] version = "0.14.0" [dependencies.linkme] version = "0.3.28" [dependencies.vine-axum] version = "0.1.4" optional = true [dependencies.vine-axum-macros] version = "0.1.4" optional = true [dependencies.vine-core] version = "0.1.4" optional = true [dependencies.vine-macros] version = "0.1.4" optional = true [features] default = [ "vine-core", "vine-macros", "vine-axum", "vine-axum-macros", ]