Files
Notes/notes-service/vendor/serde_regex/Cargo.toml
T
2026-08-01 16:11:49 +03:00

70 lines
1.6 KiB
TOML

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
rust-version = "1.65"
name = "serde_regex"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A serde wrapper that (de)serializes regex as string"
homepage = "https://github.com/tailhook/serde-regex"
documentation = "https://docs.rs/serde_regex"
readme = "README.md"
keywords = [
"serde",
"regex",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
[lib]
name = "serde_regex"
path = "src/lib.rs"
[dependencies.regex]
version = "1.5.5"
[dependencies.serde]
version = "1.0.0"
[dev-dependencies.serde_derive]
version = "1.0.0"
[dev-dependencies.serde_json]
version = "1.0.39"
[lints.clippy]
cloned_instead_of_copied = "warn"
manual_let_else = "warn"
or_fun_call = "warn"
upper_case_acronyms = "warn"
use_self = "warn"
[lints.rust]
elided_lifetimes_in_paths = "warn"
trivial_numeric_casts = "warn"
unnameable_types = "warn"
unreachable_pub = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_qualifications = "warn"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(instant_acme_docsrs)"]