# 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 = "madeleine" version = "0.2.3" authors = ["Jonathan E. Magen <59451+yonkeltron@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Transparent object persistence with predefined operations and state containers." homepage = "https://github.com/yonkeltron/madeleine-rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/yonkeltron/madeleine-rust.git" [lib] name = "madeleine" path = "src/lib.rs" [[example]] name = "hash_map" path = "examples/hash_map.rs" [[bench]] name = "naive" path = "benches/naive.rs" harness = false [dependencies.commitlog] version = "0.2.0" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.thiserror] version = "2.0.3" [dependencies.ulid] version = "1.1.3" features = ["serde"] [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.predicates] version = "3.0.3" [dev-dependencies.pretty_assertions] version = "1.3.0"