# 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 = "loam" version = "0.3.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "File-based tree storage" documentation = "https://docs.rs/loam" readme = "README.md" keywords = [ "database", "search", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DougLau/loam/loam" [lib] name = "loam" path = "src/lib.rs" [[example]] name = "read" path = "examples/read.rs" [[example]] name = "write" path = "examples/write.rs" [dependencies.bincode] version = "1.3" [dependencies.crc32fast] version = "1.4" optional = true [dependencies.memmap2] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "2" [features] crc = ["crc32fast"] default = []