1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[]
= "product-os-http"
= "0.0.7" # version - The version of the package.
= ["Jeremy de Oliveira-Kumar <eremyj@gmail.com>"] # authors - The authors of the package.
= "2021" # edition - The Rust edition. 2021
= "1.69" # rust-version - The minimal supported Rust version. min 1.69
= "Product OS : Http is a derivative of the http crate restructured for both std and no_std environments." # description - A description of the package.
# documentation = "" # documentation - URL of the package documentation.
= "readme.md" # readme - Path to the package’s README file. Use https://www.makeareadme.com/
# homepage = "" # homepage - URL of the package homepage.
# repository = "" # repository - URL of the package source repository.
= "AGPL-3.0-only" # license - The package license.
# license-file = "license.txt" # license-file - Path to the text of the license. Use https://choosealicense.com/
= ["product-os"] # keywords - Keywords for the package.
= [] # categories - Categories of the package. https://crates.io/category_slugs
# workspace = "" # workspace - Path to the workspace for the package.
= false # build - Path to the package build script. default "build.rs" or specify
# links = "" # links - Name of the native library the package links with.
= [] # exclude - Files to exclude when publishing.
= [] # include - Files to include when publishing.
# publish = [] # publish - Can be used to prevent publishing the package. false to prevent publish, list of registries otherwise
# default-run = "" # default-run - The default binary to run by cargo run.
= true # autobins - Disables binary auto discovery.
= true # autoexamples - Disables example auto discovery.
= true # autotests - Disables test auto discovery.
= true # autobenches - Disables bench auto discovery.
= "2" # resolver - Sets the dependency resolver to use. Use 2 with 2021, 1 prior
[]
= { = "0.4.1", = ["alloc"], = false }
= { = "0.0.1-rc4", = [], = false, = false }
= { = "1.5.0", = [], = false, = false }
= { = "1.0.9", = [], = false, = false }
= { = "1.1.0", = [], = true, = true }
[]
[]
= ["std"]
= ["no-std-compat/std", "http"]
[]