# 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-ir" version = "0.14.0" authors = ["David Semakula "] description = "Intermediate representations (IRs) and abstractions of ink! smart contract code for ink! analyzer." 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.blake2] version = "0.10.6" [dependencies.impl-serde] version = "0.4.0" default-features = false [dependencies.ink-analyzer-macro] version = "0.7" [dependencies.itertools] version = "0.12.1" [dependencies.ra_ap_syntax] version = "0.0.199" [dev-dependencies.quote] version = "1.0.35"