topsoil-core 0.2.0

Support code for the runtime.
Documentation
# 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 = "topsoil-core"
version = "0.2.0"
authors = ["Soil contributors <legal@bitarray.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support code for the runtime."
homepage = "https://soil.rs"
readme = false
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository = "https://github.com/soil-rs/soil"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[features]
default = ["std"]
experimental = ["topsoil-core-procedural/experimental"]
full-metadata-docs = ["scale-info/docs"]
no-metadata-docs = ["topsoil-core-procedural/no-metadata-docs"]
runtime-benchmarks = ["subsoil/runtime-benchmarks"]
std = [
    "codec/std",
    "environmental/std",
    "frame-metadata/std",
    "topsoil-core-procedural/std",
    "k256/std",
    "log/std",
    "scale-info/std",
    "serde/std",
    "serde_json/std",
    "subsoil/std",
]
try-runtime = ["subsoil/try-runtime"]
tuples-128 = ["topsoil-core-procedural/tuples-128"]
tuples-96 = ["topsoil-core-procedural/tuples-96"]

[lib]
name = "topsoil_core"
path = "src/lib.rs"

[[bench]]
name = "system_bench"
path = "benches/system_bench.rs"
harness = false

[dependencies.aquamarine]
version = "0.5.0"

[dependencies.array-bytes]
version = "6.2.2"
default-features = false

[dependencies.bitflags]
version = "1.3.2"

[dependencies.cfg-if]
version = "1.0"

[dependencies.codec]
version = "3.7.5"
features = [
    "derive",
    "max-encoded-len",
]
default-features = false
package = "parity-scale-codec"

[dependencies.docify]
version = "0.2.9"

[dependencies.environmental]
version = "1.1.4"
default-features = false

[dependencies.frame-metadata]
version = "23.0.1"
features = [
    "current",
    "unstable",
]
default-features = false

[dependencies.impl-trait-for-tuples]
version = "0.2.2"

[dependencies.k256]
version = "0.13.4"
features = ["ecdsa"]
default-features = false

[dependencies.log]
version = "0.4.22"
default-features = false

[dependencies.macro_magic]
version = "0.5.1"

[dependencies.paste]
version = "1.0.15"
default-features = true

[dependencies.scale-info]
version = "2.11.6"
features = ["derive"]
default-features = false

[dependencies.serde]
version = "1.0.214"
features = [
    "alloc",
    "derive",
]
default-features = false

[dependencies.serde_json]
version = "1.0.132"
features = ["alloc"]
default-features = false

[dependencies.subsoil]
version = "0.2.0"
features = ["frame-metadata"]
default-features = false

[dependencies.subsoil-macros]
version = "0.2.0"

[dependencies.topsoil-core-procedural]
version = "0.2.0"
default-features = false

[dependencies.tt-call]
version = "1.0.8"

[lints.clippy.all]
level = "allow"
priority = 0

[lints.clippy.bind_instead_of_map]
level = "allow"
priority = 2

[lints.clippy.borrowed-box]
level = "allow"
priority = 2

[lints.clippy.complexity]
level = "warn"
priority = 1

[lints.clippy.correctness]
level = "warn"
priority = 1

[lints.clippy.default_constructed_unit_structs]
level = "allow"
priority = 2

[lints.clippy.derivable_impls]
level = "allow"
priority = 2

[lints.clippy.eq_op]
level = "allow"
priority = 2

[lints.clippy.erasing_op]
level = "allow"
priority = 2

[lints.clippy.extra-unused-type-parameters]
level = "allow"
priority = 2

[lints.clippy.identity-op]
level = "allow"
priority = 2

[lints.clippy.if-same-then-else]
level = "allow"
priority = 2

[lints.clippy.needless-lifetimes]
level = "allow"
priority = 2

[lints.clippy.needless_option_as_deref]
level = "allow"
priority = 2

[lints.clippy.nonminimal-bool]
level = "allow"
priority = 2

[lints.clippy.option-map-unit-fn]
level = "allow"
priority = 2

[lints.clippy.stable_sort_primitive]
level = "allow"
priority = 2

[lints.clippy.too-many-arguments]
level = "allow"
priority = 2

[lints.clippy.type_complexity]
level = "allow"
priority = 2

[lints.clippy.unit_arg]
level = "allow"
priority = 2

[lints.clippy.unnecessary_cast]
level = "allow"
priority = 2

[lints.clippy.useless_conversion]
level = "allow"
priority = 2

[lints.clippy.while_immutable_condition]
level = "allow"
priority = 2

[lints.clippy.zero-prefixed-literal]
level = "allow"
priority = 2

[lints.rust.suspicious_double_ref_op]
level = "allow"
priority = 2

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    'cfg(build_opt_level, values("3"))',
    'cfg(build_profile, values("debug", "release"))',
    "cfg(enable_alloc_error_handler)",
    "cfg(fuzzing)",
    "cfg(ignore_flaky_test)",
    "cfg(substrate_runtime)",
]