# 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-plugin" version = "1.6.3" authors = ["Doraemon <7991156@qq.com>"] build = false exclude = [ "INSTALL.md", "config", "db", "/model", "/plugin", "/tests", "examples", ] autobins = false autoexamples = false autotests = false autobenches = false description = "This is an Plugin" readme = "README.md" keywords = [ "br", "carryxd", "plugin", "api", ] license = "MIT" [lib] name = "br_plugin" path = "src/lib.rs" [dependencies.br-cache] version = "0.2.0" optional = true [dependencies.br-db] version = "1.6.4" optional = true default-features = false [dependencies.br-fields] version = "2.1.2" [dependencies.br-kafka] version = "0.2.1" optional = true [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [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"]