recordjar 0.0.2

Record-JAR structured text database reader (for Rust)
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.74"
name = "recordjar"
version = "0.0.2"
authors = ["Matt Wilson <matthew@synesis.com.au>"]
build = false
exclude = [
    ".cargo",
    ".cursor",
    ".github",
    ".vimrc",
    ".vscode",
    "scripts",
    "target",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Record-JAR structured text database reader (for Rust)"
homepage = "https://github.com/synesissoftware/recordjar.Rust"
documentation = "https://docs.rs/recordjar"
readme = "README.md"
keywords = [
    "config",
    "database",
    "openrj",
    "record-jar",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "BSD-3-Clause"
repository = "https://github.com/synesissoftware/recordjar.Rust"

[features]
_NEVER_TO_BE_ENABLED = []
default = []
null-feature = []

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

[[example]]
name = "versions"
path = "examples/versions/main.rs"

[dependencies]

[dev-dependencies.criterion]
version = "0.8"
features = []
default-features = false

[dev-dependencies.shwild]
version = "0.2"
features = []
default-features = false

[dev-dependencies.test_help-rs]
version = "0.2"
features = []
default-features = false

[build-dependencies]