[package]
edition = "2024"
name = "fragmentize"
version = "0.2.1"
authors = ["Anish Kanthamneni <akneni@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lexer for C source code. This is mainly for me, I make no guarantees about breaking changes, so you probably shouldn't use this."
documentation = "https://docs.rs/your_crate_name"
readme = "README.md"
license = "MIT"
repository = "https://github.com/akneni/fragmentize"
[lib]
name = "fragmentize"
path = "src/lib.rs"
[dependencies]