# 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] name = "nom-span" version = "0.1.2" authors = ["Jules Guesnon "] description = "Wrap your nom input into a span to get line, column and byte offset" readme = "README.md" keywords = [ "nom", "span", "line", "column", "parser", ] categories = [ "encoding", "parser-implementations", "parsing", ] license = "MIT" repository = "https://github.com/JulesGuesnon/nom-span" [dependencies.bytecount] version = "0.6.7" [dependencies.memchr] version = "2.6.4" [dependencies.nom] version = "7"