-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
39 lines (30 loc) · 1.05 KB
/
Cargo.toml
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
# Templated by `cargo-generate` using https://github.com/danielhenrymantilla/proc-macro-template
[package]
name = "polonius-the-crab"
authors = [
"Daniel Henry-Mantilla <[email protected]>",
]
version = "0.4.2" # Keep in sync
edition = "2021"
rust-version = "1.67.0"
license = "Zlib OR MIT OR Apache-2.0"
repository = "https://github.com/danielhenrymantilla/polonius-the-crab.rs"
documentation = "https://docs.rs/polonius-the-crab"
readme = "README.md"
description = "Tools to feature more lenient Polonius-based borrow-checker patterns in stable Rust."
keywords = ["polonius", "crab", "nll", "borrowck", "loans"]
[features]
better-docs = [] # allowed to break MSRV
ui-tests = ["better-docs"]
polonius = [] # To be used with `-Zpolonius`
[dependencies]
higher-kinded-types.version = "0.1.1"
_never-say-never.package = "never-say-never"
_never-say-never.version = "6.6.666"
[dev-dependencies]
[workspace]
[package.metadata.docs.rs]
features = ["better-docs"]
rustdoc-args = [
"--html-before-content", "fix-docsrs-li-details-summary.html",
]