openusd 0.1.4

Rust native USD library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
ignore = []

[bans]
# Lint level for when multiple versions of the same crate are detected
multiple-versions = "deny"

[licenses]
confidence-threshold = 0.8
allow = ["MIT", "Apache-2.0", "Unicode-3.0"]

[sources]
unknown-registry = "warn"