# 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 = "night" version = "0.0.5" authors = ["AX "] description = "A scalable Task Queue for executing asynchronous tasks in topological order." homepage = "https://github.com/AXEwiges/night" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/AXEwiges/night" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "night" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.crossbeam] version = "0.8" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.12.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.3" features = [ "v4", "serde", ] [dev-dependencies.tokio-test] version = "0.4"