sourceinput 0.13.0

`input` represents the source data stream to be parsed
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 = "sourceinput"
version = "0.13.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "`input` represents the source data stream to be parsed"
documentation = "https://docs.rs/sourceinput"
readme = false
license = "MIT"
repository = "https://github.com/stylang/parserc/crates/input"

[features]
bytes = []
chars = []
default = [
    "serde",
    "bytes",
    "chars",
]
serde = [
    "dep:serde",
    "serde/derive",
]

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

[dependencies.memchr]
version = "2.7.6"

[dependencies.serde]
version = "1.0.228"
optional = true

[dependencies.sourcespan]
version = "^0.13"