# 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 = "mdbook-pagecrypt" version = "0.1.0" description = "Encrypt your mdbook-built site with password protection." readme = "README.md" license = "MPL-2.0" repository = "https://github.com/Wybxc/mdbook-pagecrypt" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [dependencies.aes-gcm] version = "0.10.3" features = ["std"] [dependencies.anyhow] version = "1.0.86" [dependencies.base64] version = "0.22.1" [dependencies.getrandom] version = "0.2.15" [dependencies.log] version = "0.4.21" [dependencies.mdbook] version = "0.4.40" [dependencies.pbkdf2] version = "0.12.2" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.61" [dependencies.urlencoding] version = "2.1.3" [build-dependencies.minify-html] version = "0.15.0" [build-dependencies.minify-js] version = "0.6.0"