# 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 = "brush_lang_codegen" version = "1.8.0" authors = ["Supercolony "] include = [ "Cargo.toml", "src/**/*.rs", ] description = "Brush codegeneration with new features for the ink!." homepage = "https://supercolony.net" documentation = "https://docs.openbrush.io" keywords = [ "wasm", "supercolony", "webassembly", "blockchain", "ink", ] categories = [ "no-std", "embedded", ] license = "MIT" repository = "https://github.com/Supercolony-net/openbrush-contracts" [lib] name = "brush_lang_codegen" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.blake2] version = "0.9" [dependencies.cargo_metadata] version = "0.13.1" [dependencies.fs2] version = "0.4.3" [dependencies.heck] version = "0.3.1" [dependencies.ink_lang_ir] version = "3.2.0" default-features = false [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.syn] version = "1" features = [ "parsing", "full", "visit", "extra-traits", ] [dependencies.synstructure] version = "0.12" [dependencies.unwrap] version = "1.2.1" [features] default = ["std"] std = []