# 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 = "sql_split" version = "0.1.1" authors = ["James Vasile"] description = "Split a string wtih multiple sqlite sql statements into separate strings" homepage = "https://github.com/jvasile/sql_split" documentation = "https://github.com/jvasile/sql_split" readme = "README.md" keywords = ["sqlite", "database", "split", "sql"] categories = ["database"] license = "MIT" repository = "https://github.com/jvasile/sql_split" resolver = "2" [dev-dependencies.rusqlite] version = "0.27.0"