[package] name = "manifile" version = "0.0.0" edition = "2021" repository = "https://github.com/al8n/manifile" homepage = "https://github.com/al8n/manifile" documentation = "https://docs.rs/manifile" description = "Generic purpose append only manifest file implementation." license = "MIT/Apache-2.0" rust-version = "1.56" [features] default = ["std"] alloc = [] std = ["thiserror"] [dependencies] bitflags = "2" crc32fast = "1" paste = "1" hashbrown = { version = "0.14", optional = true } serde = { version = "1", optional = true, features = ["derive"] } thiserror = { version = "1", optional = true } [dev-dependencies] tempfile = "3" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]