# 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 = "rusty_secrets" version = "0.2.2" authors = ["Frederic Jacobs ", "Romain Ruetschi ", "Dylan Bourgeois ", "sellibitze"] build = "build.rs" description = "Implementation of threshold Shamir's secret sharing in the Rust programming language." homepage = "https://github.com/freedomofpress/RustySecrets" readme = "README.md" license = "BSD-3-Clause" [package.metadata.release] dev-version-ext = "pre" doc-branch = "gh-pages" doc-commit-message = "Update documentation." pre-release-commit-message = "Release version {{version}}." pro-release-commit-message = "Start next development iteration {{version}}." sign-commit = true tag-message = "Release version {{version}}." tag-prefix = "v" upload-doc = true [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [dependencies.base64] version = "0.9.0" [dependencies.error-chain] version = "0.11.0" default-features = false [dependencies.merkle_sigs] version = "^1.4" [dependencies.protobuf] version = ">= 1.4, < 1.6" [dependencies.rand] version = "^0.3" [dependencies.ring] version = "^0.12" [dev-dependencies.flate2] version = "^0.2" [dev-dependencies.itertools] version = "^0.7" [dev-dependencies.quickcheck] version = "^0.4" [features] default = [] dss = [] [badges.coveralls] branch = "master" repository = "SpinResearch/RustySecrets" service = "github" [badges.travis-ci] branch = "master" repository = "SpinResearch/RustySecrets"