# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "mlar" version = "1.3.0" authors = ["Camille Mougey "] description = "A wrapper around the MLA library for common usecases" homepage = "https://github.com/ANSSI-FR/MLA" readme = "README.md" license = "LGPL-3.0-only" repository = "https://github.com/ANSSI-FR/MLA" [dependencies.clap] version = "4" features = ["wrap_help"] [dependencies.curve25519-parser] version = "0.4" [dependencies.glob] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.hkdf] version = "0" default-features = false [dependencies.humansize] version = "2" features = ["impl_style"] [dependencies.lru] version = "0" [dependencies.mla] version = "1" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.sha2] version = "0" default-features = false [dependencies.tar] version = "0.4" [dependencies.x25519-dalek] version = "2" [dependencies.zeroize] version = "1" default-features = false [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.0" [dev-dependencies.permutate] version = "0.3"