[package] name = "mlar" description = "A wrapper around the MLA library for common usecases" version = "1.3.0" authors = ["Camille Mougey "] edition = "2018" license = "LGPL-3.0-only" homepage = "https://github.com/ANSSI-FR/MLA" repository = "https://github.com/ANSSI-FR/MLA" readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4", features = ["wrap_help"] } glob = "0.3" mla = { path = "../mla", version = "1" } curve25519-parser = { path = "../curve25519-parser", version = "0.4" } rand = "0.8" x25519-dalek = "2" humansize = {version = "2", features = ["impl_style"]} hex = "0.4" sha2 = { version = "0", default-features = false} hkdf = { version = "0", default-features = false} zeroize = { version = "1", default-features = false} # Could be made optional / feature to enable (for binary size) tar = "0.4" rand_chacha = "0.3" lru = "0" [dev-dependencies] assert_cmd = "2.0" assert_fs = "1.0" permutate = "0.3"