[package] name = "bin_store" version = "0.1.0" edition = "2021" description = "BINCODE STORE" license = "MIT OR Apache-2.0" categories = ["database-implementations"] repository = "https://gitlab.com/hjiayz/bin_store" authors = ["hjiayz "] [dependencies] bincode="1.3" serde = "1" fs4 = { version = "0.9", features = ["sync"] } byteorder = "1.5"