# 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" name = "kparse" version = "3.0.5" authors = ["thomasscharler "] exclude = [ ".idea/*", ".gitignore", ] description = "Tracking and better error handling for nom parsers" readme = "readme.md" keywords = [ "parser", "nom", ] categories = ["parsing"] license = "MIT/Apache-2.0" repository = "https://github.com/thscharler/kparse" [dependencies.bytecount] version = "^0.6" [dependencies.memchr] version = "2.5" [dependencies.nom] version = "7.1" features = ["alloc"] [dependencies.nom_locate] version = "4.0" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.glob] version = "0.3" [dev-dependencies.humantime] version = "2.1" [dev-dependencies.pest] version = "2.1" [dev-dependencies.pest_derive] version = "2.1" [dev-dependencies.rust_decimal] version = "1.27" [dev-dependencies.rust_decimal_macros] version = "1.27" [features] alloc = ["nom/alloc"] default = ["std"] dont_track_nom = [] generic-simd = ["bytecount/generic-simd"] runtime-dispatch-simd = ["bytecount/runtime-dispatch-simd"] std = [ "nom/std", "alloc", "memchr/use_std", ]