# 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 = "atomic-env-rs" version = "0.0.1" authors = ["Parsa Ghadimi "] include = [ "src", "Cargo.toml", "README.md", ] description = "Atomic Execution Enviornment" documentation = "https://docs.rs/atomic-env-rs" readme = "README.md" keywords = [ "application-state", "db", "atomicity", ] categories = [ "rust-patterns", "visualization", ] license = "MIT" repository = "https://github.com/qti3e/atomic-env-rs" [dependencies.arrayref] version = "0.3" [dependencies.dashmap] version = "5.4" [dependencies.fxhash] version = "0.2"