# 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 = "mauth-core" version = "0.5.0" authors = ["Medidata Solutions "] description = "Generate and verify Medidata MAuth protocol signatures" homepage = "https://github.com/mdsol/mauth-core" documentation = "https://docs.rs/mauth-core/" readme = "README.md" keywords = [ "security", "authentication", ] categories = ["authentication"] license = "MIT" repository = "https://github.com/mdsol/mauth-core" [[bench]] name = "benchmark" harness = false [dependencies.base64] version = "0.22" [dependencies.hex] version = "0.4" [dependencies.lazy-regex] version = "3" [dependencies.regex] version = "1" features = ["std"] default_features = false [dependencies.rsa] version = "0.9.0" [dependencies.sha2] version = "0.10" features = ["oid"] [dependencies.spki] version = "0.7" [dependencies.thiserror] version = "1" [dependencies.urlencoding] version = "2" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rstest] version = "0.21" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1"