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