[dependencies.anathema-store]
version = "0.2.1"
[lib]
name = "anathema_strings"
path = "src/lib.rs"
[lints.clippy]
from_over_into = "allow"
len_without_is_empty = "allow"
new_without_default = "allow"
should_implement_trait = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
wrong_self_convention = "allow"
[lints.rust]
rust_2018_idioms = "deny"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Custom strings for Anathema"
edition = "2024"
license = "MIT"
name = "anathema-strings"
readme = false
version = "0.2.1"