# 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-bits" version = "0.6.0" authors = ["Parity Technologies "] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", ] description = "A SCALE compatible representation of a collection of bits" homepage = "https://www.parity.io/" documentation = "https://docs.rs/scale-bits" readme = "README.md" keywords = [ "parity", "scale", "encoding", "decoding", "bits", ] license = "Apache-2.0" repository = "https://github.com/paritytech/scale-bits" [dependencies.codec] version = "3.2.0" default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.7.0" optional = true default-features = false [dependencies.scale-type-resolver] version = "0.2" default-features = false [dependencies.serde] version = "1" features = ["alloc"] optional = true default-features = false [dev-dependencies.bitvec] version = "1" [dev-dependencies.codec] version = "3.2.0" features = ["bit-vec"] default-features = false package = "parity-scale-codec" [dev-dependencies.scale-info] version = "2.7.0" features = [ "std", "bit-vec", ] default-features = false [dev-dependencies.serde_json] version = "1.0.85" [features] default = [ "std", "serde", "scale-info", ] scale-info = ["dep:scale-info"] serde = ["dep:serde"] std = [ "scale-info?/std", "serde?/std", ]