# 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 = "serde-device-tree" version = "0.0.1" authors = ["Luo Jia "] description = "A Device Tree blob serialization file format" documentation = "https://docs.rs/serde-device-tree" readme = "README.md" keywords = ["serde", "serialization"] categories = ["no-std", "encoding"] license = "MulanPSL-2.0" repository = "https://github.com/luojia65/serde-device-tree" resolver = "2" [dependencies.serde] version = "1.0" default-features = false [dev-dependencies.serde_derive] version = "1.0" [features] alloc = ["serde/alloc"] default = ["std"] std = ["serde/std"]