mitrid_core 0.2.0

Core library of the Mitrid framework
Documentation
# 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.2.0"
authors = ["Christian Nyumbayire <chritchens@gmail.com>"]
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.futures]
version = "^0.1"

[dependencies.hex]
version = "^0.3"

[dependencies.regex]
version = "^1"

[dependencies.serde]
version = "^1"

[dependencies.serde_cbor]
version = "^0.9"

[dependencies.serde_derive]
version = "^1"

[dependencies.serde_json]
version = "^1"
[badges.coveralls]
branch = "master"
repository = "mitrid-labs/mitrid-core"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "mitrid-labs/mitrid-core"