# 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 = "serde-crypt" version = "0.1.4" description = "The end-to-end encrypted serde::Serializer and serde::Deserializer - wasm-ready" readme = "README.md" keywords = [ "serde", "serialization", "crypto", "encryption", ] categories = ["cryptography"] license = "GPL-3.0-or-later" repository = "https://github.com/D3PSI/serde-crypt" [lib] crate-type = [ "cdylib", "rlib", ] path = "./lib.rs" [dependencies.base64] version = "0.21.0" [dependencies.once_cell] version = "1.17.1" [dependencies.ring] version = "0.16.20" features = ["wasm32_c"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.4" [dependencies.serde_json] version = "1.0.89" [dependencies.wasm-bindgen] version = "0.2.80" [dependencies.web-sys] version = "0.3.4" features = [ "CssStyleDeclaration", "Document", "Element", "HtmlElement", "HtmlButtonElement", "HtmlParagraphElement", "Node", "Window", "Storage", "console", "Headers", "Request", "RequestCredentials", "RequestInit", "RequestMode", "Response", "Window", ] [dev-dependencies.wasm-bindgen-test] version = "0.3.33"