[package] name = "tetsy-db" version = "0.1.2" authors = ["Parity Technologies "] edition = "2018" license = "MIT OR Apache-2.0" homepage = "https://substrate.dev" repository = "https://github.com/tetcoin/tetsy-db/" description = "Key-value database for the blockchain" [dependencies] log = "0.4.8" parking_lot = "0.10" memmap = "0.7" blake2-rfc = "0.2.18" libc = "0.2" crc32fast = "1.2.0" [dev-dependencies] env_logger = "0.7.1" rand = "0.7.3" [profile.release] panic = "abort" codegen-units = 1 lto = "fat" debug = true [workspace] members = [ ".", "bench/core", "bench/bin", ]