# 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 = "fletcher-simd" version = "0.4.0" authors = ["Christopher Tam "] description = "A SIMD implementation of the Fletcher's checksum algorithm." readme = "README.md" keywords = [ "checksum", "fletchers", "simd", ] categories = ["algorithms"] license = "BSD-2-Clause" repository = "https://github.com/GodTamIt/fletcher-simd" [dependencies.multiversion] version = "0.6" default-features = false [dependencies.num] version = "0.4" default-features = false [dev-dependencies.byteorder] version = "1.4" [dev-dependencies.rand] version = "0.8" [features] default = ["runtime_dispatch"] runtime_dispatch = ["multiversion/std"]