# 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 = "bronzeflow-core" version = "0.1.1" authors = ["fangyinc "] description = "Core of bronzeflow" license = "Apache-2.0" repository = "https://github.com/bronze-rs/bronze" resolver = "1" [dependencies.bronzeflow-time] version = "0.1.1" [dependencies.bronzeflow-utils] version = "0.1.1" [dependencies.cfg-if] version = "1.0" [dependencies.chrono] version = "0.4.22" [dependencies.cron] version = "0.12.0" [dependencies.derive_builder] version = "0.11.2" [dependencies.futures] version = "0.3.25" [dependencies.tokio] version = "1.21.2" features = ["full"] [dev-dependencies.criterion] version = "0.3" [features] async = [] async_tokio = ["async"] default = [ "async", "async_tokio", ]