# 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 = "cubix" version = "0.7.0" authors = ["Andeya Lee "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Standardized building block components born for Rust craft." homepage = "https://casdoor.org" documentation = "https://docs.rs/cubix" readme = "README.md" keywords = [ "api", "http", "rpc", "jwt", ] license = "MIT" repository = "https://github.com/andeya/cubix" [lib] name = "cubix" path = "src/lib.rs" [dependencies.api-response] version = ">=0.11.0" [dependencies.convert_traits] version = ">=1.1" [dependencies.getset2] version = ">=0.2" [dependencies.jwt-claims] version = ">=1.0.2" [features] salvo = [ "api-response/salvo", "jwt-claims/salvo", ] try = ["api-response/try"]