# 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 = "ntge-core" version = "0.1.0" authors = ["Yisi Liu ", "CMK ", "Tlaster ", "Brad Gao "] build = "build.rs" exclude = ["./include/*"] description = "A cryptography tool that supports file encryption, decryption, signing and verifying." homepage = "https://dimension.im" readme = "README.md" license = "MIT" repository = "https://github.com/DimensionDev/ntge" [lib] crate-type = ["lib", "staticlib", "cdylib"] [dependencies.bech32] version = "0.7.2" [dependencies.bs58] version = "0.3.0" [dependencies.bson] version = "0.14.1" [dependencies.chacha20poly1305] version = "0.4.1" [dependencies.chrono] version = "0.4.11" [dependencies.curve25519-dalek] version = "2.0.0" [dependencies.ed25519-dalek] version = "1.0.0-pre.3" [dependencies.hkdf] version = "0.8.0" [dependencies.hmac] version = "0.7.1" [dependencies.jni] version = "0.16.0" [dependencies.rand] version = "0.7.3" [dependencies.secrecy] version = "0.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11.3" [dependencies.serde_cbor] version = "0.11.1" [dependencies.sha2] version = "0.8.1" [dependencies.x25519-dalek] version = "0.6.0" features = ["serde"] [build-dependencies.cbindgen] version = "0.14.1" [features] cbindgen-enable = [] drop-log-enable = []