# 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 = "2018" name = "jep106" version = "0.2.10" authors = [ "Noah Huesser ", "Dominik Boehi ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pollable collection of all JEP106 manufacturer codes." homepage = "https://github.com/Yatekii/jep106" documentation = "https://docs.rs/jep106/" readme = "README.md" keywords = [ "jep106", "embedded", ] categories = [ "embedded", "hardware-support", "development-tools::debugging", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Yatekii/jep106" [lib] name = "jep106" path = "src/lib.rs" [[test]] name = "print_nordic" path = "tests/print_nordic.rs" [[test]] name = "print_unknown" path = "tests/print_unknown.rs" [[test]] name = "print_version" path = "tests/print_version.rs" [dependencies.serde] version = "1.0.101" features = ["derive"] optional = true default-features = false [features] default = [ "std", "serde", ] serde = [ "std", "dep:serde", ] std = []