# 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 = "ink-analyzer" version = "0.9.4" authors = ["David Semakula "] description = "A library for semantic analysis of ink! smart contracts." homepage = "https://github.com/ink-analyzer/ink-analyzer" readme = "README.md" keywords = [ "ink", "smart-contract", "polkadot", "substrate", "blockchain", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/ink-analyzer/ink-analyzer" [dependencies.ink-analyzer-ir] version = "0.14" [dependencies.itertools] version = "0.12.1" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.3" [dev-dependencies.prettyplease] version = "0.2.16" features = ["verbatim"] [dev-dependencies.quote] version = "1.0.35" [dev-dependencies.syn] version = "2.0.48"