# 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-cdy" version = "0.1.13" authors = ["aki "] description = "The fast memory functions like a 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-cdy" [package.metadata.deb] assets = [ [ "target/release/libmemx_cdy.so", "usr/lib/libmemx_cdy.so.0.1", "644", ], [ "target/release/libmemx_cdy.a", "usr/lib/libmemx_cdy.a", "644", ], [ "README.md", "usr/share/doc/memx-cdy/", "644", ], ] depends = "$auto" extended-description = """ The fast memory functions like a libc memcmp(), memchr(), memmem(), memcpy(), memset() """ features = ["debian_build"] maintainer = "aki " priority = "optional" section = "AAA-lib" separate-debug-symbols = true [lib] crate-type = [ "cdylib", "staticlib", "rlib", ] path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.memx] version = "0.1" [features] debian_build = [] default = ["no_memcpy"] no_memcpy = []