# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "meta-secret-core" version = "1.10.8" description = "Meta Secret core module" homepage = "https://github.com/meta-secret/meta-secret-core" documentation = "https://github.com/meta-secret/meta-secret-core/blob/main/core/README.md" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/meta-secret/meta-secret-core" resolver = "1" [lib] name = "meta_secret_core" crate-type = [ "cdylib", "lib", "staticlib", ] [dependencies.anyhow] version = "1.0.66" [dependencies.async-std] version = "1.12.0" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.20.0" [dependencies.crypto_box] version = "0.8.2" features = ["std"] [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.getrandom] version = "0.2.8" features = ["js"] [dependencies.hex] version = "0.4" [dependencies.image] version = "0.24" [dependencies.qrcode-generator] version = "4.1.6" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.rqrr] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-big-array] version = "0.4" [dependencies.serde_bytes] version = "0.11" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.6" [dependencies.shamirsecretsharing] version = "0.1" [dependencies.thiserror] version = "1.0.37"