# 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 = "crc-0x8810" version = "0.1.0" description = "Very efficient, table-free, byte-by-byte 0x8810/0x1021 crc polynomial application" documentation = "https://docs.rs/crc-0x8810" license = "OSL-3.0" repository = "https://github.com/jmesmon/crc-0x8810" resolver = "2" [[bench]] name = "compare" harness = false [dependencies] [dev-dependencies.assert_hex] version = "0.2" [dev-dependencies.crc] version = "2" [dev-dependencies.crc-any] version = "2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.once_cell] version = "1" [dev-dependencies.proptest] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_core] version = "0.6" [dev-dependencies.rand_pcg] version = "0.3"