[package] name = "gimli_rs" version = "0.2.0" authors = ["Jon Moroney "] edition = "2018" description = "A pure rust implementation of the gimli cipher" license = "MIT" homepage = "https://github.com/darakian/gimli" repository = "https://github.com/darakian/gimli" documentation = "https://docs.rs/gimli" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3" rand = "0.7.2" [profile.release] lto = true debug=false