# 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 = "salvia" version = "0.1.0" authors = ["haibane_tenshi "] description = "Incremental computing brought to async Rust" homepage = "https://github.com/haibane-tenshi/salvia" readme = "README.md" keywords = ["incremental"] categories = ["asynchronous", "caching"] license = "MIT OR Apache-2.0" repository = "https://github.com/haibane-tenshi/salvia" [package.metadata.docs.rs] features = ["async-trait", "nightly"] [dependencies.anymap2] version = "0.13.0" [dependencies.async-trait] version = "0.1.50" optional = true [dependencies.bitvec] version = "0.22.3" [dependencies.futures] version = "0.3.13" [dependencies.parking_lot] version = "0.11.1" [dependencies.salvia_macro] version = "0.1.0" [dependencies.tokio] version = "1.4.0" features = ["rt", "sync", "macros"] [dependencies.tracing] version = "0.1.29" optional = true [dev-dependencies.async-recursion] version = "0.3.2" [dev-dependencies.async-trait] version = "0.1.50" [dev-dependencies.nom] version = "7.1.0" [dev-dependencies.tokio] version = "1.4.0" features = ["rt-multi-thread", "sync", "macros"] [features] nightly = []