# 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 = "marbles-rs" version = "0.1.0" description = "Marble generator for World ID." readme = "README.md" keywords = [ "marbles", "world-id", ] categories = ["library"] license = "MIT" repository = "https://github.com/m1guelpf/world-id-marbles" [dependencies.anyhow] version = "1.0.70" [dependencies.indoc] version = "2.0.1" [dependencies.resvg] version = "0.31.0" features = [ "png", "svgfilters", "filter", ] default-features = false [dependencies.zkp-u256] version = "0.2.1" features = ["std"] default-features = false