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