# 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 = "2018" name = "marine-sqlite-connector" version = "0.11.0" authors = [ "Daniel Dulaney ", "Ivan Stankovic ", "Ivan Ukhov ", "Jake Kerr ", "Jayson Reis ", "Pierre Krieger ", "Sean Klein ", "Sophie Tauchert <999eagle@999eagle.moe>", "Tomoki Aonuma ", "Yorhel ", ] description = "The package provides an interface to SQLite." homepage = "https://github.com/stainless-steel/sqlite" documentation = "https://docs.rs/sqlite" readme = "README.md" keywords = ["database"] categories = [ "api-bindings", "database", ] license = "Apache-2.0/MIT" repository = "https://github.com/stainless-steel/sqlite" [lib] name = "marine_sqlite_connector" path = "src/lib.rs" [[bin]] name = "it_generator" path = "src/it_generator.rs" [[bin]] name = "test" path = "src/test.rs" [dependencies.bytesize] version = "1.3.0" [dependencies.marine-rs-sdk] version = "0.14.0" [dev-dependencies.marine-rs-sdk-test] version = "0.15.0" [dev-dependencies.temporary] version = "0.7"