# 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 = "cryptsetup-rs" version = "0.3.2" authors = ["Vladimir Lushnikov "] description = "Rust wrapper around the libcryptsetup library, allowing manipulation of LUKS devices in Linux" homepage = "https://gitlab.com/solidninja/cryptsetup-rs" readme = "README.md" license = "LGPL-3.0" repository = "https://gitlab.com/solidninja/cryptsetup-rs" resolver = "2" [lib] name = "cryptsetup_rs" [dependencies.base64] version = "0.13.0" [dependencies.base64-serde] version = "0.6.1" [dependencies.blkid-rs] version = "0.3.0" [dependencies.either] version = "1.8.0" [dependencies.errno] version = "0.2.8" [dependencies.libc] version = "0.2.132" [dependencies.libcryptsetup-sys] version = "0.3.0" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.serde_repr] version = "0.1.9" [dependencies.serde_with] version = "1.14.0" [dependencies.uuid] version = "1.1.2" features = ["v4"] [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.expectest] version = "0.12.0" [dev-dependencies.tempfile] version = "3.3.0" [badges.gitlab] repository = "solidninja/cryptsetup-rs"