# 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-basic" 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_basic" path = "src/lib.rs" [[test]] name = "test_rbum" path = "tests/test_rbum.rs" required-features = [ "default", "with-mq", "test", ] [[test]] name = "test_rbum_cert" path = "tests/test_rbum_cert.rs" [[test]] name = "test_rbum_domain" path = "tests/test_rbum_domain.rs" [[test]] name = "test_rbum_event" path = "tests/test_rbum_event.rs" [[test]] name = "test_rbum_item" path = "tests/test_rbum_item.rs" [[test]] name = "test_rbum_kind" path = "tests/test_rbum_kind.rs" [[test]] name = "test_rbum_rel" path = "tests/test_rbum_rel.rs" [[test]] name = "test_rbum_scope_helper" path = "tests/test_rbum_scope_helper.rs" [[test]] name = "test_rbum_set" path = "tests/test_rbum_set.rs" [[test]] name = "test_scope" path = "tests/test_scope.rs" [[test]] name = "test_task_processor" path = "tests/test_task_processor.rs" [dependencies.async-recursion] version = "1.0.4" [dependencies.async-trait] version = "0.1" [dependencies.bios-sdk-invoke] version = "0.2.0" features = ["default"] optional = true [dependencies.fancy-regex] version = "0" [dependencies.itertools] version = "0.13" [dependencies.lazy_static] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.tardis] version = "0.1.0-rc.17" features = [ "crypto", "reldb-postgres", "cache", "web-server", "web-client", ] [dependencies.testcontainers-modules] version = "0.11" features = [ "redis", "redis", ] optional = true [dev-dependencies.bios-sdk-invoke] version = "0.2.0" features = ["default"] [dev-dependencies.tardis] version = "0.1.0-rc.17" features = ["test"] [features] default = [] sdk = ["tardis/web-client"] test = [ "tardis/test", "testcontainers-modules", ] with-mq = [ "tardis/mq", "bios-sdk-invoke", "bios-sdk-invoke/event", ]