[package] name = "bytecheck_test" version = "0.6.5" authors = ["David Koloski "] edition = "2018" description = "Test suite for bytecheck crates" license = "MIT" repository = "https://github.com/djkoloski/bytecheck" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytecheck = { version = "0.6", path = "../bytecheck", default-features = false } [features] default = ["std"] verbose = ["bytecheck/verbose"] std = ["bytecheck/std"]