blob: e739019be8f3974cdad399708237e267972a6c3e [file] [log] [blame]
Jason Macnak5a41ca22020-03-18 02:11:51 +00001# 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
Joel Galenson1e1ba1a2021-09-22 11:10:59 -07006# to registry (e.g., crates.io) dependencies.
Jason Macnak5a41ca22020-03-18 02:11:51 +00007#
Joel Galenson1e1ba1a2021-09-22 11:10:59 -07008# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
Jason Macnak5a41ca22020-03-18 02:11:51 +000011
12[package]
Joel Galenson55b3fae2021-05-19 16:08:01 -070013edition = "2018"
Jason Macnak5a41ca22020-03-18 02:11:51 +000014name = "memchr"
Joel Galenson1e1ba1a2021-09-22 11:10:59 -070015version = "2.4.1"
Jason Macnak5a41ca22020-03-18 02:11:51 +000016authors = ["Andrew Gallant <jamslam@gmail.com>", "bluss"]
Joel Galenson55b3fae2021-05-19 16:08:01 -070017exclude = ["/bench", "/.github", "/fuzz"]
Jason Macnak5a41ca22020-03-18 02:11:51 +000018description = "Safe interface to memchr."
Joel Galenson1e1ba1a2021-09-22 11:10:59 -070019homepage = "https://github.com/BurntSushi/memchr"
Jason Macnak5a41ca22020-03-18 02:11:51 +000020documentation = "https://docs.rs/memchr/"
21readme = "README.md"
22keywords = ["memchr", "char", "scan", "strchr", "string"]
23license = "Unlicense/MIT"
Joel Galenson1e1ba1a2021-09-22 11:10:59 -070024repository = "https://github.com/BurntSushi/memchr"
Joel Galenson55b3fae2021-05-19 16:08:01 -070025[profile.bench]
26debug = true
27
28[profile.release]
29debug = true
30
Jason Macnak5a41ca22020-03-18 02:11:51 +000031[profile.test]
32opt-level = 3
Joel Galenson55b3fae2021-05-19 16:08:01 -070033debug = true
Jason Macnak5a41ca22020-03-18 02:11:51 +000034
35[lib]
36name = "memchr"
37bench = false
Joel Galenson1e1ba1a2021-09-22 11:10:59 -070038[dependencies.compiler_builtins]
39version = "0.1.2"
40optional = true
41
42[dependencies.core]
43version = "1.0.0"
44optional = true
45package = "rustc-std-workspace-core"
46
Jason Macnak5a41ca22020-03-18 02:11:51 +000047[dependencies.libc]
48version = "0.2.18"
49optional = true
50default-features = false
51[dev-dependencies.quickcheck]
Joel Galenson55b3fae2021-05-19 16:08:01 -070052version = "1.0.3"
Jason Macnak5a41ca22020-03-18 02:11:51 +000053default-features = false
54
55[features]
56default = ["std"]
Joel Galenson1e1ba1a2021-09-22 11:10:59 -070057rustc-dep-of-std = ["core", "compiler_builtins"]
Jason Macnak5a41ca22020-03-18 02:11:51 +000058std = []
59use_std = ["std"]