# 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 = "nparse" version = "0.0.10" authors = ["Marirs "] exclude = [ "data", "examples", ".gitignore", ".travis.yml", ] description = "Parser in rust for specific use-cases" homepage = "https://github.com/marirs/nparse" readme = "README.md" keywords = [ "parser", "nom", "dmidecode", "lscpu", "sysctl", ] categories = ["parsing"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/marirs/nparse" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false [lib] name = "nparse" path = "src/lib.rs" [dependencies.nom] version = "7" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [badges.travis-ci] repository = "marirs/nparse"