normalize-filter 0.3.2

File filtering with glob patterns and alias resolution for normalize
Documentation
# 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 = "2024"
name = "normalize-filter"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File filtering with glob patterns and alias resolution for normalize"
readme = false
license = "MIT"
repository = "https://github.com/rhi-zone/normalize"
resolver = "2"

[features]
cli = [
    "dep:server-less",
    "dep:schemars",
    "dep:serde_json",
    "dep:tokio",
]
config = [
    "dep:normalize-core",
    "dep:schemars",
]
default = []

[lib]
name = "normalize_filter"
path = "src/lib.rs"

[[bin]]
name = "normalize-filter"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.ignore]
version = "0.4"

[dependencies.normalize-core]
version = "0.3.2"
optional = true

[dependencies.normalize-language-meta]
version = "0.3.2"

[dependencies.normalize-output]
version = "0.3.2"

[dependencies.schemars]
version = "1"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.server-less]
version = "0.4.9"
features = [
    "cli",
    "jsonschema",
    "config",
]
optional = true
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true