# 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 = "four-cc-nokhwa" version = "0.4.0" authors = ["David Holroyd "] description = "Newtype wrapper providing a convenient representation of four-character-code values" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/dholroyd/four-cc" [dependencies.schemars] version = "0.8.8" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.zerocopy] version = "0.7.0" optional = true [dev-dependencies.serde_test] version = "1.0" [features] default = ["std"] nightly = [] std = []