# 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 = "embedded-crc-macros" version = "1.0.0" authors = ["Diego Barrios Romero "] include = ["/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE"] description = "Macros implementing portable CRC calculation algorithms for use in no_std." homepage = "https://github.com/eldruin/embedded-crc-macros-rs" documentation = "https://docs.rs/embedded-crc-macros" readme = "README.md" keywords = ["crc", "macro", "checksum", "algorithm"] categories = ["embedded", "algorithms", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/eldruin/embedded-crc-macros-rs" [profile.bench] debug = true [[bench]] name = "benchmarks" harness = false [dev-dependencies.criterion] version = "0.3.4" features = ["html_reports"] [dev-dependencies.rand] version = "0.6"