scanner-rust 3.0.0

Simple text scanners which can parse primitive types and strings using UTF-8 or ASCII.
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 = "scanner-rust"
version = "3.0.0"
authors = ["Magic Len <len@magiclen.org>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple text scanners which can parse primitive types and strings using UTF-8 or ASCII."
homepage = "https://magiclen.org/scanner-rust"
readme = "README.md"
keywords = [
    "scanner",
    "java",
    "read",
    "stdin",
    "stream",
]
categories = ["parser-implementations"]
license = "MIT"
repository = "https://github.com/magiclen/scanner-rust"

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

[dependencies.educe]
version = "0.7"
features = ["Debug"]
default-features = false

[dependencies.utf8-width]
version = "0.1"