# 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 = "genomicsqlite" version = "0.9.4" authors = ["Mike Lin "] include = ["src/**/*", "Cargo.toml", "libgenomicsqlite.*"] description = "Genomics Extension for SQLite" documentation = "https://mlin.github.io/GenomicSQLite" license = "Apache-2.0" repository = "https://github.com/mlin/GenomicSQLite" [dependencies.json] version = "^0" [dependencies.rusqlite] version = "^0" features = ["load_extension", "vtab"] [dependencies.tempfile] version = "^3" [dev-dependencies.uuid] version = "^0" features = ["v4"] [features] bundle_libgenomicsqlite = [] default = ["bundle_libgenomicsqlite"]