# 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" rust-version = "1.56.0" name = "memx" version = "0.1.32" authors = ["aki "] description = "memory functions like libc memcmp(), memchr(), memmem(), memcpy(), memset()" readme = "README.md" keywords = [ "memcmp", "memchr", "memmem", ] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/aki-akaguma/memx" [profile.bench] opt-level = 3 lto = true codegen-units = 1 [profile.release] lto = true [dependencies] [dev-dependencies.cfg-iif] version = "0.2" [dev-dependencies.rustversion] version = "1.0" [build-dependencies] [features] default = [] test = [] test_alignment_check = ["test"] test_pointer_width = ["test"] test_pointer_width_32 = ["test_pointer_width"] test_pointer_width_64 = ["test_pointer_width"] [target."cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))".dependencies.cpufeatures] version = "0.2" [target."cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))".dev-dependencies.x86-alignment-check] version = "0.1"