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.0.1"
16authors = ["Andrew Gallant <jamslam@gmail.com>", "bluss"]
17description = "Safe interface to memchr."
18homepage = "https://github.com/BurntSushi/rust-memchr"
19documentation = "https://docs.rs/memchr/"
20readme = "README.md"
21keywords = ["memchr", "char", "scan", "strchr", "string"]
22license = "Unlicense/MIT"
23repository = "https://github.com/BurntSushi/rust-memchr"
24[profile.test]
25opt-level = 3
26
27[lib]
28name = "memchr"
29bench = false
30[dependencies.libc]
31version = "0.2.18"
32optional = true
33default-features = false
34[dev-dependencies.quickcheck]
35version = "0.5"
36default-features = false
37
38[features]
39default = ["use_std", "libc"]
40use_std = ["libc", "libc/use_std"]
41[badges.appveyor]
42repository = "BurntSushi/rust-memchr"
43
44[badges.travis-ci]
45repository = "BurntSushi/rust-memchr"
46