0e8f1ca03a
Добавить структурированные журналы, метрики, трассировку и безопасный канал критических ошибок. Усилить границы рантайма, тесты, проверку зависимостей и сценарии развёртывания.
120 lines
2.3 KiB
TOML
120 lines
2.3 KiB
TOML
[graph]
|
|
all-features = true
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[advisories]
|
|
yanked = "deny"
|
|
unmaintained = "workspace"
|
|
unsound = "all"
|
|
|
|
[bans]
|
|
multiple-versions = "warn"
|
|
wildcards = "deny"
|
|
allow-wildcard-paths = true
|
|
|
|
[sources]
|
|
unknown-registry = "deny"
|
|
unknown-git = "deny"
|
|
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
|
|
|
|
[licenses]
|
|
confidence-threshold = 0.93
|
|
unused-allowed-license = "warn"
|
|
allow = [
|
|
"0BSD",
|
|
"Apache-2.0",
|
|
"BSD-2-Clause",
|
|
"BSD-3-Clause",
|
|
"ISC",
|
|
"MIT",
|
|
]
|
|
|
|
[licenses.private]
|
|
ignore = true
|
|
|
|
# Точечные исключения для обязательных транзитивных зависимостей с
|
|
# разрешительными лицензиями, не входящими в базовый список проекта.
|
|
[[licenses.exceptions]]
|
|
name = "foldhash"
|
|
allow = ["Zlib"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "webpki-roots"
|
|
allow = ["CDLA-Permissive-2.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "icu_collections"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "unicode-ident"
|
|
allow = ["MIT", "Apache-2.0", "Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "icu_locale_core"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "icu_normalizer"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "icu_normalizer_data"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "icu_properties"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "icu_properties_data"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "icu_provider"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "litemap"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "potential_utf"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "tinystr"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "writeable"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "yoke"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "yoke-derive"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "zerofrom"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "zerofrom-derive"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "zerotrie"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "zerovec"
|
|
allow = ["Unicode-3.0"]
|
|
|
|
[[licenses.exceptions]]
|
|
name = "zerovec-derive"
|
|
allow = ["Unicode-3.0"]
|