]> git.proxmox.com Git - rustc.git/blame - vendor/memchr/Cargo.toml
New upstream version 1.55.0+dfsg1
[rustc.git] / vendor / memchr / Cargo.toml
CommitLineData
abe05a73
XL
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
136023e0 6# to registry (e.g., crates.io) dependencies.
abe05a73 7#
136023e0
XL
8# 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.
abe05a73
XL
11
12[package]
17df50a5 13edition = "2018"
abe05a73 14name = "memchr"
136023e0 15version = "2.4.1"
abe05a73 16authors = ["Andrew Gallant <jamslam@gmail.com>", "bluss"]
17df50a5 17exclude = ["/bench", "/.github", "/fuzz"]
abe05a73 18description = "Safe interface to memchr."
136023e0 19homepage = "https://github.com/BurntSushi/memchr"
abe05a73
XL
20documentation = "https://docs.rs/memchr/"
21readme = "README.md"
22keywords = ["memchr", "char", "scan", "strchr", "string"]
23license = "Unlicense/MIT"
136023e0 24repository = "https://github.com/BurntSushi/memchr"
17df50a5
XL
25[profile.bench]
26debug = true
27
28[profile.release]
29debug = true
30
abe05a73
XL
31[profile.test]
32opt-level = 3
17df50a5 33debug = true
abe05a73
XL
34
35[lib]
36name = "memchr"
37bench = false
136023e0
XL
38[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
abe05a73
XL
47[dependencies.libc]
48version = "0.2.18"
49optional = true
50default-features = false
51[dev-dependencies.quickcheck]
17df50a5 52version = "1.0.3"
ff7c6d11 53default-features = false
abe05a73
XL
54
55[features]
74b04a01 56default = ["std"]
136023e0 57rustc-dep-of-std = ["core", "compiler_builtins"]
74b04a01
XL
58std = []
59use_std = ["std"]