# 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_ir" version = "5.1.1" authors = ["Use Ink "] build = false include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "data structures and algorithms for ink! intermediate representation" homepage = "https://use.ink" documentation = "https://docs.rs/ink_ir/" readme = "README.md" keywords = [ "wasm", "ink", "webassembly", "blockchain", "edsl", ] categories = [ "no-std", "embedded", ] license = "Apache-2.0" repository = "https://github.com/use-ink/ink" [lib] name = "ink_ir" path = "src/lib.rs" [dependencies.blake2] version = "0.10" [dependencies.either] version = "1.13" default-features = false [dependencies.impl-serde] version = "0.4.0" default-features = false [dependencies.ink_prelude] version = "=5.1.1" default-features = false [dependencies.itertools] version = "0.12" default-features = false [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "parsing", "full", "visit", "extra-traits", ] [features] default = ["std"] std = [ "either/use_std", "ink_prelude/std", "itertools/use_std", "impl-serde/std", ]