# 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 = "sqlite-parser-nom" version = "1.0.0" authors = ["Andrew Korzhuev "] exclude = ["/.github/*"] description = "SQLite database file parser" documentation = "http://docs.rs/sqlite-parser-nom/" readme = "README.md" keywords = [ "sqlite", "database", "nom", "parser", ] categories = [ "database", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/mycelial/sqlite-parser-nom" [dependencies.memmap2] version = "0.5.8" [dependencies.nom] version = "7.1.1" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.rusqlite] version = "0.28.0" features = ["bundled"] [dev-dependencies.tempfile] version = "3.3.0"