# 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 = "2018" name = "baburu_core" version = "0.2.1" authors = ["Cédric Legendre "] description = "baburu_core" license = "GPL-3.0" [dependencies.async-trait] version = "0.1.41" [dependencies.baburu-macros] version = "0.1" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4.19" [dependencies.num_enum] version = "0.5.1" [dependencies.redis] version = "0.19" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "0.8" features = ["serde", "v4"]