# 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 = "sqlighters" version = "0.1.0" description = "Easy creation of SQLite binary format for use in serverside applications, where typically the client runs SQLite in WASM" homepage = "https://gitlab.com/sander-hautvast/sqlighte.rs" readme = "README.md" keywords = ["sqlite"] categories = [ "database", "WASM", ] license-file = "LICENSE" repository = "https://gitlab.com/sander-hautvast/sqlighte.rs.git" [lib] name = "sqlighters" crate-type = ["lib"] [dependencies.byteorder] version = "1.4.3"