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 = "self_cell" |
15 | version = "1.0.2" |
16 | authors = ["Lukas Bergdoll <lukas.bergdoll@gmail.com>" ] |
17 | include = [ |
18 | "src/*.rs" , |
19 | "Cargo.toml" , |
20 | "README.md" , |
21 | "LICENSE" , |
22 | ] |
23 | description = "Safe-to-use proc-macro-free self-referential structs in stable Rust." |
24 | documentation = "https://docs.rs/self_cell" |
25 | readme = "README.md" |
26 | keywords = [ |
27 | "lifetime" , |
28 | "borrowing" , |
29 | "self" , |
30 | "reference" , |
31 | "intrusive" , |
32 | ] |
33 | categories = [ |
34 | "rust-patterns" , |
35 | "memory-management" , |
36 | ] |
37 | license = "Apache-2.0" |
38 | repository = "https://github.com/Voultapher/self_cell" |
39 | |
40 | [dependencies.rustversion] |
41 | version = ">=1" |
42 | optional = true |
43 | |
44 | [dev-dependencies.once_cell] |
45 | version = "=1.1.0" |
46 | |
47 | [features] |
48 | old_rust = ["rustversion" ] |
49 | |