[package] name = "toy-apcb" version = "0.2.0" edition = "2018" description = "A" license = "MPL-2.0" #documentation = "https://docs.rs/bitflags" homepage = "http://github.com/oxidecomputer/toy-apcb" repository = "https://github.com/oxidecomputer/toy-apcb" categories = ["embedded", "hardware-support", "no-std", "no-std::no-alloc"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] modular-bitfield = "0.11.2" # # In order to use macros as discriminants in enums that make use of derive # macros (e.g., AsBytes, FromPrimitive), we need the syn crate to have "full" # enabled. The easiest way to do this is to use num-derive's "full-syntax", # which passes "full" through to syn. # num-derive = { version = "0.3.0", features = [ "full-syntax" ] } num-traits = { version = "0.2.12", default-features = false } #serde = "1.0.133" serde = { version = "1.0", default-features = true, features = ["derive"] } serde_json = "1.0.74" zerocopy = "0.6.1"