# 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 = "2021" name = "bad_lock" version = "0.2.0" authors = ["lopo"] exclude = [ "/__test__/*", "/docs/*", "/target/*", ] description = "lock/unlock files with password by aes-128-cbc" homepage = "https://badlopo.github.io/bad_lock/" readme = "README.md" license = "MIT" repository = "https://github.com/badlopo/bad_lock/" [lib] crate-type = ["cdylib"] [dependencies.aes] version = "0.8.4" [dependencies.base64] version = "0.22.1" [dependencies.cbc] version = "0.1.2" features = [ "alloc", "block-padding", ] [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.md5] version = "0.7.0" [dependencies.wasm-bindgen] version = "0.2.92"