# 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] edition = "2018" name = "ed25519-dalek-cosi" version = "0.1.0" authors = ["Julian Popescu "] description = "Edwards25519 Collective Signatures" homepage = "https://github.com/riddleandcode/ed25519-dalek-cosi" documentation = "https://docs.rs/ed25519-dalek-cosi" license = "MIT" repository = "https://github.com/riddleandcode/ed25519-dalek-cosi" [dependencies.byteorder] version = "1.3" [dependencies.curve25519-dalek] version = "2" [dependencies.derive_more] version = "0.99" features = ["from", "into", "deref", "deref_mut"] default-features = false [dependencies.ed25519-dalek] version = "1.0.0-pre" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.rand_core] version = "0.5" [dependencies.serde] version = "1.0" features = ["alloc", "derive"] default-features = false [dependencies.serde_sexpr] version = "0.1" [dependencies.sha2] version = "0.8" [features] default = [] std = ["serde/std"]