1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14name = "memchr" 15version = "2.3.4" 16authors = ["Andrew Gallant <jamslam@gmail.com>", "bluss"] 17exclude = ["/ci/*", "/.travis.yml", "/Makefile", "/appveyor.yml"] 18description = "Safe interface to memchr." 19homepage = "https://github.com/BurntSushi/rust-memchr" 20documentation = "https://docs.rs/memchr/" 21readme = "README.md" 22keywords = ["memchr", "char", "scan", "strchr", "string"] 23license = "Unlicense/MIT" 24repository = "https://github.com/BurntSushi/rust-memchr" 25[profile.test] 26opt-level = 3 27 28[lib] 29name = "memchr" 30bench = false 31[dependencies.libc] 32version = "0.2.18" 33optional = true 34default-features = false 35[dev-dependencies.quickcheck] 36version = "0.9" 37default-features = false 38 39[features] 40default = ["std"] 41std = [] 42use_std = ["std"] 43