Implementation of the UM-32 "Universal Machine" as described by the Cult of the Bound Variable
1[graph]
2all-features = true
3no-default-features = false
4
5[output]
6feature-depth = 1
7
8[advisories]
9ignore = []
10
11[licenses]
12confidence-threshold = 0.9
13allow = [
14 "Apache-2.0",
15 "MIT",
16 "GPL-3.0",
17 "Unicode-3.0"
18]
19
20[licenses.private]
21ignore = false
22registries = []
23
24[bans]
25multiple-versions = "warn"
26wildcards = "allow"
27highlight = "all"
28workspace-default-features = "allow"
29external-default-features = "allow"
30
31[sources]
32unknown-registry = "warn"
33unknown-git = "warn"
34allow-registry = ["https://github.com/rust-lang/crates.io-index"]
35allow-git = []
36
37[sources.allow-org]
38github = []
39gitlab = []
40bitbucket = []