# 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 = "secure_serialisation" version = "0.5.0" authors = ["MaidSafe Developers "] description = "Functions to encode/decode and encrypt/decrypt data using public-key, authenticated encryption." homepage = "https://maidsafe.net" documentation = "https://docs.rs/secure_serialisation" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/secure_serialisation" [dependencies.maidsafe_utilities] version = "~0.14.0" [dependencies.quick-error] version = "~1.2.1" [dependencies.rust_sodium] version = "~0.7.0" [dependencies.serde] version = "~1.0.11" [dependencies.serde_derive] version = "~1.0.11" [dev-dependencies.rand] version = "~0.3.15" [dev-dependencies.unwrap] version = "~1.1.0"