fionn-cli 0.2.0

fionn CLI - A Swiss Army knife for JSON with SIMD acceleration
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"
rust-version = "1.89"
name = "fionn-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fionn CLI - A Swiss Army knife for JSON with SIMD acceleration"
readme = "README.md"
keywords = [
    "json",
    "simd",
    "gron",
    "diff",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/darach/fionn"
resolver = "2"

[features]
afl-fuzz = ["dep:afl"]
all-formats = [
    "yaml",
    "toml",
    "csv",
    "ison",
    "toon",
]
csv = [
    "fionn-simd/csv",
    "fionn-stream/csv",
    "dep:csv",
]
ison = [
    "fionn-simd/ison",
    "fionn-stream/ison",
]
toml = [
    "fionn-simd/toml",
    "fionn-stream/toml",
    "dep:toml_crate",
]
toon = [
    "fionn-simd/toon",
    "fionn-stream/toon",
]
yaml = [
    "fionn-simd/yaml",
    "fionn-stream/yaml",
    "dep:serde_yaml",
]

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

[[bin]]
name = "fionn"
path = "src/main.rs"

[[bin]]
name = "simd-gron"
path = "src/simd_gron.rs"

[dependencies.afl]
version = "0.15"
optional = true

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.csv]
version = "1.3"
optional = true

[dependencies.fionn-core]
version = "0.2.0"

[dependencies.fionn-crdt]
version = "0.2.0"

[dependencies.fionn-diff]
version = "0.2.0"

[dependencies.fionn-gron]
version = "0.2.0"

[dependencies.fionn-ops]
version = "0.2.0"

[dependencies.fionn-pool]
version = "0.2.0"

[dependencies.fionn-simd]
version = "0.2.0"

[dependencies.fionn-stream]
version = "0.2.0"

[dependencies.fionn-tape]
version = "0.2.0"

[dependencies.memchr]
version = "2.7"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"
optional = true

[dependencies.toml_crate]
version = "0.8"
optional = true
package = "toml"

[lints.clippy]
cargo_common_metadata = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
multiple_crate_versions = "allow"

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
missing_docs = "warn"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1