# 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 = "cobs-simd" version = "0.2.1" description = "COBS encoding library using SIMD instructions" readme = "README.md" keywords = [ "cobs", "framing", ] categories = ["encoding"] license = "MIT OR JSON" repository = "https://github.com/ottojo/cobs-simd" [profile.bench] debug = 2 [lib] bench = false [[bench]] name = "encode_decode" harness = false [dependencies.num] version = "0.4.1" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.3" [dev-dependencies.concat-idents] version = "1.1.5" [dev-dependencies.corncobs] version = "0.1.3" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_pcg] version = "0.3.1"