# 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 = "cbsk_base" version = "2.0.6" authors = ["The cbsk developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "cbsk_base is a locked version cargo crates" readme = "Readme.md" categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/lifeRobot/cbsk/tree/master/libs/cbsk_base" [lib] name = "cbsk_base" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.93" optional = true [dependencies.async-recursion] version = "1.1.1" optional = true [dependencies.async-trait] version = "0.1.83" optional = true [dependencies.fastdate] version = "0.3.34" optional = true [dependencies.log] version = "0.4.22" optional = true [dependencies.once_cell] version = "1.20.2" optional = true [dependencies.parking_lot] version = "0.12.3" optional = true [dependencies.serde] version = "1.0.215" optional = true [dependencies.serde_json] version = "1.0.132" optional = true [dependencies.tokio] version = "1.41.1" optional = true [features] macro = [] result = [ "macro", "serde_derive_json", ] root_path = [] serde_all = [ "serde_derive_json", "serde/rc", ] serde_derive = ["serde/derive"] serde_derive_json = [ "serde_derive", "serde_json", ] tokio_full = ["tokio/full"]