# 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_codegen" version = "5.0.0" authors = [ "Parity Technologies ", "Robin Freyler ", ] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", ] description = "data structures and algorithms for generating ink! IR code" homepage = "https://www.parity.io/" documentation = "https://docs.rs/ink_codegen/" readme = "README.md" keywords = [ "wasm", "parity", "webassembly", "blockchain", "edsl", ] categories = [ "no-std", "embedded", ] license = "Apache-2.0" repository = "https://github.com/paritytech/ink" [lib] name = "ink_codegen" [dependencies.blake2] version = "0.10" [dependencies.derive_more] version = "0.99.17" features = ["from"] default-features = false [dependencies.either] version = "1.5" default-features = false [dependencies.heck] version = "0.4.0" [dependencies.impl-serde] version = "0.4.0" default-features = true [dependencies.ink_primitives] version = "=5.0.0" default-features = false [dependencies.ir] version = "=5.0.0" default-features = false package = "ink_ir" [dependencies.itertools] version = "0.12" default-features = false [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.scale] version = "3.6.9" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.serde] version = "1.0.197" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.114" [dependencies.syn] version = "2" features = [ "parsing", "full", "extra-traits", ] [features] default = ["std"] std = [ "itertools/use_std", "either/use_std", "ir/std", ]