ink_lang_ir 3.0.0-rc7

data structures and algorithms for ink! intermediate representation
Documentation
[dependencies.blake2]
version = "0.9"

[dependencies.either]
default-features = false
version = "1.5"

[dependencies.itertools]
default-features = false
version = "0.10"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["parsing", "full", "visit", "extra-traits"]
version = "1.0"

[features]
default = ["std"]
std = ["itertools/use_std", "either/use_std"]

[lib]
name = "ink_lang_ir"

[package]
authors = ["Parity Technologies <admin@parity.io>", "Robin Freyler <robin@parity.io>"]
categories = ["no-std", "embedded"]
description = "data structures and algorithms for ink! intermediate representation"
documentation = "https://docs.rs/ink_lang_ir/"
edition = "2021"
homepage = "https://www.parity.io/"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"]
license = "Apache-2.0"
name = "ink_lang_ir"
readme = "README.md"
repository = "https://github.com/paritytech/ink"
resolver = "2"
version = "3.0.0-rc7"