# 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 = "fluidity-core" version = "0.1.5" authors = [ "FL03 (https://github.com/FL03)", "Scattered-Systems (https://github.com/scattered-systems)", ] description = "The core package for fluidity is a complete digital identity management solution." homepage = "https://scattered-systems.github.io/fluidity" keywords = [ "core", "scsys", ] categories = [] license = "MIT" repository = "https://github.com/scattered-systems/fluidity" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "cdylib", "rlib", ] test = true [dependencies.anyhow] version = "1.0.59" [dependencies.chrono] version = "0.4.19" [dependencies.dotenv] version = "0.15.0" [dependencies.glob] version = "0.3.0" [dependencies.jsonwebtoken] version = "8.1.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.11" features = [ "blocking", "cookies", "gzip", "json", "stream", ] [dependencies.scsys] version = "0.1.12" features = ["full"] [dependencies.secp256k1] version = "0.24.0" features = ["rand"] [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.sha2] version = "0.10.2" [dependencies.tiny-keccak] version = "2.0.2" features = ["sha3"] [dependencies.tokio] version = "1.20.1" features = ["full"]