# 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-sdk" version = "0.1.0" authors = [ "FL03 (https://github.com/FL03)", "Scattered-Systems (https://github.com/scattered-systems)", ] description = "Flow is a complete digital identity platform" homepage = "https://scattered-systems.github.io/flow/" keywords = [] categories = [] license = "MIT" repository = "https://github.com/scattered-systems/flow" [lib] crate-type = [ "cdylib", "rlib", ] test = true [[bin]] name = "flow-api" test = false bench = false [[bin]] name = "flow-cli" test = false bench = false [dependencies.acme] version = "0.2.0" features = ["full"] [dependencies.axum] version = "0.5.13" features = ["headers"] [dependencies.clap] version = "3.2.12" features = [ "cargo", "derive", ] [dependencies.config] version = "0.13.1" [dependencies.fluidity] version = "0.1.10" features = ["full"] [dependencies.futures] version = "0.3.21" [dependencies.glob] version = "0.3.0" [dependencies.http] version = "0.2.8" [dependencies.hyper] version = "0.14.20" features = ["full"] [dependencies.reqwest] version = "0.11.11" [dependencies.scsys] version = "0.1.12" features = ["full"] [dependencies.serde] version = "1.0.142" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.siwe] version = "0.4.1" [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.tower] version = "0.4.13" [dependencies.tower-http] version = "0.3.4" features = [ "compression-br", "propagate-header", "sensitive-headers", "trace", ] [dependencies.tracing] version = "0.1.35" [dependencies.tracing-subscriber] version = "0.3.14" [dependencies.web3] version = "0.18.0" [dev-dependencies] [build-dependencies] [features] default = [] full = []