# 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 = "esvc-core" version = "0.1.0" description = "Core of ESVC (event sourcing version control)" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/zseri/esvc" [dependencies.base64] version = "0.13" [dependencies.bincode] version = "1.3" [dependencies.blake2] version = "0.10" [dependencies.esvc-traits] version = "0.1" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_with] version = "1.11" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.tracing-subscriber] version = "0.3"