[package] name = "cenc" version = "0.1.0" edition = "2021" license = "MIT" authors = ["asvedr@gmail.com"] description = "Create and use byte encodings" repository = "https://gitlab.com/asvedr/cenc" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies] rstest = "0.11.0"