# 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_linting_mandatory" version = "5.0.0-rc" authors = ["Parity Technologies "] include = [ "Cargo.toml", "*.rs", "LICENSE", ] description = "Mandatory ink! linting rules" homepage = "https://www.parity.io/" documentation = "https://docs.rs/ink_linting_mandatory" readme = "README.md" keywords = [ "parity", "blockchain", "edsl", "dylint", "linting", ] license = "Apache-2.0" repository = "https://github.com/paritytech/ink" [package.metadata.rust-analyzer] rustc_private = true [lib] crate-type = ["cdylib"] [[example]] name = "no_main_pass" path = "ui/pass/no_main.rs" [dependencies.dylint_linting] version = "2.1.12" [dependencies.if_chain] version = "1.0.2" [dependencies.ink_linting_utils] version = "=5.0.0-rc" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.5.4" [dev-dependencies.dylint_testing] version = "2.1.12" [dev-dependencies.ink] version = "=5.0.0-rc" features = ["std"] default-features = false [dev-dependencies.ink_env] version = "=5.0.0-rc" default-features = false [dev-dependencies.ink_metadata] version = "=5.0.0-rc" default-features = false [dev-dependencies.ink_primitives] version = "=5.0.0-rc" default-features = false [dev-dependencies.ink_storage] version = "=5.0.0-rc" default-features = false [dev-dependencies.scale] version = "3.4" features = ["derive"] default-features = false package = "parity-scale-codec" [dev-dependencies.scale-info] version = "2.6" features = ["derive"] default-features = false [features] default = ["std"] ink-as-dependency = [] std = [ "ink_metadata/std", "ink_env/std", "ink_storage/std", "ink_primitives/std", "scale/std", "scale-info/std", ]