# 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 = "rust-xmlsec" version = "1.0.0" authors = ["Q "] description = "Pure rust XMLSec implementation" readme = "README.md" license = "MIT" repository = "https://github.com/as207960/rust-xmlsec" resolver = "2" [dependencies.base64] version = "0.13" [dependencies.openssl] version = "0.10" [dependencies.pretty_env_logger] version = "0.4" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.xml-rs] version = "0.8" [dependencies.xml_serde] version = "1"