# 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 = "scale-type-resolver" version = "0.2.0" authors = ["Parity Technologies "] description = "A low level trait to be generic over how to resolve SCALE type information" homepage = "https://www.parity.io/" readme = "README.md" keywords = [ "parity", "scale", "decoding", ] license = "Apache-2.0" repository = "https://github.com/paritytech/scale-type-resolver" [dependencies.scale-info] version = "2.7.0" optional = true default-features = false [dependencies.smallvec] version = "1.10.0" optional = true [dev-dependencies.bitvec] version = "1" [dev-dependencies.scale-info] version = "2.7.0" features = [ "std", "bit-vec", "derive", ] default-features = false [features] default = [ "scale-info", "visitor", ] scale-info = ["dep:scale-info"] visitor = ["dep:smallvec"]