fionn 0.2.0

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

[features]
all-formats = [
    "yaml",
    "toml",
    "csv",
    "ison",
    "toon",
]
csv = ["fionn-simd/csv"]
default = []
ison = ["fionn-simd/ison"]
toml = ["fionn-simd/toml"]
toon = ["fionn-simd/toon"]
yaml = ["fionn-simd/yaml"]

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

[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_json]
version = "1.0"

[dependencies.simd-json]
version = "0.14"

[dependencies.sonic-rs]
version = "0.3"

[dev-dependencies.ahash]
version = "=0.8.12"

[dev-dependencies.arbitrary]
version = "1.4"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.json-patch]
version = "3.0"

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.proptest-derive]
version = "0.5"

[dev-dependencies.rayon]
version = "1.10"

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

[dev-dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.simd-json]
version = "0.14"

[dev-dependencies.sonic-rs]
version = "0.3"

[dev-dependencies.toml]
version = "0.8"

[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