# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "eui-no-std" version = "0.3.1" authors = ["vagola "] description = "EUI-48 and EUI-64 no-std implementation." homepage = "https://github.com/vagola/eui-no-std" readme = "README.md" keywords = ["eui", "eui-48", "eui-64", "no-std"] license = "MIT" repository = "https://github.com/vagola/eui-no-std" [lib] name = "eui" [dependencies.hash32] version = "0.1" [dependencies.hash32-derive] version = "0.1" [dependencies.heapless] version = "0.5" [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.serde_test] version = "1.0" [badges.codecov] repository = "vagola/eui-no-std" [badges.travis-ci] branch = "master" repository = "vagola/eui-no-std"