# 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 = "src5-rs" version = "2.0.0" exclude = ["images/*"] description = "Utility for generating SRC5 interfaces ids from Cairo traits" homepage = "https://github.com/ericnordelo/src5-rs" readme = "README.md" keywords = [ "cairo", "interface", "src5", "erc165", "introspection", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ericnordelo/src5-rs" [lib] name = "src5_rs" path = "src/src5_rs/lib.rs" [[bin]] name = "src5_rs" doc = false [dependencies.anyhow] version = "1.0.71" [dependencies.async-trait] version = "0.1.68" [dependencies.cairo-lang-compiler] version = "=2.0.0-rc4" [dependencies.cairo-lang-diagnostics] version = "=2.0.0-rc4" [dependencies.cairo-lang-filesystem] version = "=2.0.0-rc4" [dependencies.cairo-lang-parser] version = "=2.0.0-rc4" [dependencies.cairo-lang-starknet] version = "=2.0.0-rc4" [dependencies.cairo-lang-syntax] version = "=2.0.0-rc4" [dependencies.cairo-lang-utils] version = "=2.0.0-rc4" [dependencies.clap] version = "4.3.5" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.num-bigint] version = "0.4.3" [dependencies.prettytable-rs] version = "^0.10" [dependencies.tokio] version = "1.28.2" features = ["full"]