# 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 = "molasses" version = "0.1.0" authors = ["Michael Rosenberg "] description = "A Rust implementation of the Message Layer Security group messaging protocol" keywords = ["mls", "crypto", "protocol", "tls"] license = "Apache-2.0" [dependencies.byteorder] version = "1.3" [dependencies.digest] version = "0.8" [dependencies.doc-comment] version = "0.1" [dependencies.ed25519-dalek] version = "1.0.0-pre.1" [dependencies.rand] version = "0.6" [dependencies.rand_core] version = "0.3" [dependencies.ring] version = "0.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.8" [dependencies.x25519-dalek] version = "0.4" [dev-dependencies.hex] version = "0.3" [dev-dependencies.quickcheck] version = "0.8" [dev-dependencies.quickcheck_macros] version = "0.8"