# 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 = "br-addon" version = "0.0.2" authors = ["Carry <7991156@qq.com>"] build = false exclude = [ "INSTALL.md", "examples", "tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "This is an addon" readme = "README.md" keywords = [ "br", "addon", ] license = "MIT" [lib] name = "br_addon" path = "src/lib.rs" [dependencies.br-cache] version = "0.2.0" optional = true default-features = false [dependencies.br-db] version = "1.6" optional = true default-features = false [dependencies.br-fields] version = "2.1.2" [dependencies.br-kafka] version = "0.2" optional = true default-features = false [dependencies.br-web-server] version = "0.1.10" features = ["http"] [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4" [dev-dependencies.env_logger] version = "0.11.5" [features] cache = ["br-cache"] default = [] kafka = ["br-kafka"] mssql = ["br-db/db-mssql"] mysql = ["br-db/db-mysql"] sqlite = ["br-db/db-sqlite"]