blob: a7138985de902a6520e9611ec760aa57eeca8544 [file] [log] [blame] [edit]
[package]
name = "memchr"
version = "0.1.11" #:version
authors = ["Andrew Gallant <[email protected]>", "bluss"]
description = "Safe interface to memchr."
documentation = "http://burntsushi.net/rustdoc/memchr/"
homepage = "https://github.com/BurntSushi/rust-memchr"
repository = "https://github.com/BurntSushi/rust-memchr"
readme = "README.md"
keywords = ["memchr", "char", "scan", "strchr", "string"]
license = "Unlicense/MIT"
[lib]
name = "memchr"
bench = false
[dependencies]
libc = "0.2.4"
[dev-dependencies]
quickcheck = "0.2"