[package] name = "codeq" version = "0.4.0" edition = "2021" authors = [ "Zhang Yanpo ", ] categories = ["algorithms", "data-structures"] description = "Codec trait" documentation = "https://docs.rs/codeq" homepage = "https://github.com/drmingdrmer/codeq" keywords = ["encode", "decode", "codec"] license = "MIT OR Apache-2.0" repository = "https://github.com/drmingdrmer/codeq" [dependencies] anyhow = "1.0.89" byteorder = "1.5.0" crc32fast = "1.4.2" derive_more = { version = "1.0.0", features = ["full"] } serde = { version = "1.0.210", features = ["derive"] }