turbo_input 0.1.2

A fast scanner library for competitive programming in 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 = "2024"
name = "turbo_input"
version = "0.1.2"
authors = ["Andrei-Stefan Panait andreipanait00@gmail.com"]
build = false
exclude = [
    "/.github/*",
    "/examples/*",
    "/tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast scanner library for competitive programming in Rust"
homepage = "https://github.com/FukurouHaiRiyo/turbo-input"
documentation = "https://docs.rs/turbo-input"
readme = "README.md"
keywords = [
    "competitive",
    "programming",
    "scanner",
    "input",
    "contest",
]
categories = [
    "parsing",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/FukurouHaiRiyo/turbo-input"

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

[dependencies]

[dev-dependencies]