# 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 = "irona" version = "0.0.1" authors = ["Christian Nyumbayire"] description = "A protocol for decentralized information management" readme = "README.md" keywords = ["IMS", "information", "management", "protocol"] categories = ["cryptography", "network-programming"] license = "Unlicense" repository = "https://github.com/irona-tech/irona" [lib] name = "libirona" path = "src/lib.rs" [[bin]] name = "irona" path = "src/main.rs" [dependencies.anyhow] version = "^1" [dependencies.async-std] version = "^1" features = ["unstable", "attributes"] [dependencies.byteorder] version = "^1" [dependencies.chrono] version = "^0.4" [dependencies.clap] version = "^2" [dependencies.digest] version = "^0.8" [dependencies.ed25519-dalek] version = "1.0.0-pre.3" features = ["nightly"] [dependencies.generic-array] version = "^0.12" [dependencies.hex] version = "^0.4" [dependencies.rand] version = "^0.7" [dependencies.rand_core] version = "^0.5" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_cbor] version = "^0.11" [dependencies.serde_json] version = "^1" [dependencies.sha2] version = "^0.8" [dependencies.subtle] version = "^2" [dependencies.tide] version = "^0.6" features = ["unstable"] [dependencies.toml] version = "^0.5" [dependencies.typenum] version = "^1" [dependencies.zeroize] version = "^1" [badges.travis-ci] branch = "master" repository = "irona-tech/irona"