serde_cursor 0.1.0

serde-compatible streaming data-query language with a jq-like syntax
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 = "2021"
rust-version = "1.78"
name = "serde_cursor"
version = "0.1.0"
authors = ["Nik Revenco <pm@nikrev.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "serde-compatible streaming data-query language with a jq-like syntax"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nik-rev/serde-cursor"

[package.metadata.docs.rs]
all-features = true

[features]
serde_with = ["dep:serde_with"]

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

[[test]]
name = "error"
path = "tests/error.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[[test]]
name = "ui"
path = "tests/ui.rs"

[dependencies.serde_core]
version = "1.0.228"

[dependencies.serde_cursor_impl]
version = "0.1"

[dependencies.serde_with]
version = "3.18"
optional = true

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

[dev-dependencies.serde-query]
version = "0.2.0"

[dev-dependencies.serde_json]
version = "1.0.149"

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

[dev-dependencies.trybuild]
version = "1.0.116"