# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "mitrid_core" version = "0.9.4" authors = ["Christian Nyumbayire "] description = "Core library of the Mitrid framework" documentation = "https://docs.rs/mitrid_core" readme = "README.md" categories = ["development-tools", "cryptography"] license = "Apache-2.0" repository = "https://github.com/mitrid-labs/mitrid-core" [dependencies.bitflags] version = "^1" [dependencies.hex] version = "^0.3" [dependencies.rand] version = "0.3.22" [dependencies.regex] version = "^1" [dependencies.serde] version = "^1" [dependencies.serde_cbor] version = "^0.9" [dependencies.serde_derive] version = "^1" [dependencies.serde_json] version = "^1" [dev-dependencies.sodiumoxide] version = "^0.1" [dev-dependencies.tempfile] version = "^3" [badges.coveralls] branch = "master" repository = "mitrid-labs/mitrid-core" service = "github" [badges.travis-ci] branch = "master" repository = "mitrid-labs/mitrid-core"