[package] name = "codek" version = "0.1.0" edition = "2021" authors = [ "Zhang Yanpo ", ] categories = ["algorithms", "data-structures"] description = "Codec trait" documentation = "https://docs.rs/codek" homepage = "https://github.com/drmingdrmer/codek" keywords = ["encode", "decode", "codec"] license = "MIT OR Apache-2.0" repository = "https://github.com/drmingdrmer/codek" [dependencies] byteorder = "1.5.0" crc32fast = "1.4.2" anyhow = "1.0.89"