# 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 = "bios-sdk-invoke" version = "0.2.0" authors = [ "gudaoxuri ", "hermitCode <17743125563@163.com>", "RWDai ", ] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "An embeddable message queue system" homepage = "https://bios.idealworld.group" documentation = "https://bios.idealworld.group" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ideal-world/bios" [lib] name = "bios_sdk_invoke" path = "src/lib.rs" [[test]] name = "test_macros" path = "tests/test_macros.rs" required-features = ["macro"] [dependencies.asteroid-mq] version = "0.1.0-alpha.3" features = ["cluster-k8s"] optional = true [dependencies.crossbeam] version = "0.8" [dependencies.itertools] version = "0.13" [dependencies.lazy_static] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.simple-invoke-client-macro] version = "0.2.0" optional = true [dependencies.tardis] version = "0.1.0-rc.17" features = [ "web-server", "web-client", "crypto", "ws-client", ] [dev-dependencies.simple-invoke-client-macro] version = "0.2.0" [dev-dependencies.tardis] version = "0.1.0-rc.17" features = ["test"] [features] default = [ "spi_kv", "spi_log", "spi_search", "spi_stats", "iam", ] event = ["asteroid-mq"] iam = [] macro = ["dep:simple-invoke-client-macro"] spi_base = [] spi_kv = ["spi_base"] spi_log = [ "spi_base", "iam", ] spi_search = ["spi_base"] spi_stats = ["spi_base"]