# 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" version = "0.1.11" authors = [ "FL03 (https://github.com/FL03)", "Scattered-Systems (https://github.com/scattered-systems)", ] description = "Flow is a complete digital identity platform designed to be your last profile, built around ENS " homepage = "https://scattered-systems.github.io/flow/" readme = "README.md" keywords = [ "did", "scsys", ] categories = [] license = "MIT" repository = "https://github.com/scattered-systems/flow" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "cdylib", "rlib", ] test = true [dependencies.fluidity-core] version = "0.1.5" optional = true [features] core = ["fluidity-core"] default = ["core"] full = ["core"]