зеркало из https://github.com/mozilla/gecko-dev.git
162 строки
3.8 KiB
TOML
162 строки
3.8 KiB
TOML
# 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 believe there's an error in this file please file an
|
|
# issue against the rust-lang/cargo repository. If you're
|
|
# editing this file be aware that the upstream Cargo.toml
|
|
# will likely look very different (and much more reasonable)
|
|
|
|
[package]
|
|
edition = "2018"
|
|
name = "rusqlite"
|
|
version = "0.23.1"
|
|
authors = ["The rusqlite developers"]
|
|
description = "Ergonomic wrapper for SQLite"
|
|
documentation = "http://docs.rs/rusqlite/"
|
|
readme = "README.md"
|
|
keywords = ["sqlite", "database", "ffi"]
|
|
categories = ["database"]
|
|
license = "MIT"
|
|
repository = "https://github.com/rusqlite/rusqlite"
|
|
[package.metadata.docs.rs]
|
|
all-features = false
|
|
default-target = "x86_64-unknown-linux-gnu"
|
|
features = ["backup", "blob", "chrono", "collation", "functions", "limits", "load_extension", "serde_json", "trace", "url", "vtab", "window", "modern_sqlite"]
|
|
no-default-features = true
|
|
|
|
[package.metadata.playground]
|
|
all-features = false
|
|
features = ["bundled-full"]
|
|
|
|
[lib]
|
|
name = "rusqlite"
|
|
|
|
[[test]]
|
|
name = "config_log"
|
|
harness = false
|
|
|
|
[[test]]
|
|
name = "deny_single_threaded_sqlite_config"
|
|
|
|
[[test]]
|
|
name = "vtab"
|
|
|
|
[[bench]]
|
|
name = "cache"
|
|
harness = false
|
|
[dependencies.bitflags]
|
|
version = "1.0"
|
|
|
|
[dependencies.byteorder]
|
|
version = "1.2"
|
|
features = ["i128"]
|
|
optional = true
|
|
|
|
[dependencies.chrono]
|
|
version = "0.4"
|
|
optional = true
|
|
|
|
[dependencies.csv]
|
|
version = "1.0"
|
|
optional = true
|
|
|
|
[dependencies.fallible-iterator]
|
|
version = "0.2"
|
|
|
|
[dependencies.fallible-streaming-iterator]
|
|
version = "0.1"
|
|
|
|
[dependencies.lazy_static]
|
|
version = "1.0"
|
|
optional = true
|
|
|
|
[dependencies.libsqlite3-sys]
|
|
version = "0.18.0"
|
|
|
|
[dependencies.lru-cache]
|
|
version = "0.1"
|
|
|
|
[dependencies.memchr]
|
|
version = "2.2.0"
|
|
|
|
[dependencies.serde_json]
|
|
version = "1.0"
|
|
optional = true
|
|
|
|
[dependencies.smallvec]
|
|
version = "1.3"
|
|
|
|
[dependencies.time]
|
|
version = "0.1.0"
|
|
|
|
[dependencies.url]
|
|
version = "2.0"
|
|
optional = true
|
|
|
|
[dependencies.uuid]
|
|
version = "0.8"
|
|
optional = true
|
|
[dev-dependencies.bencher]
|
|
version = "0.1"
|
|
|
|
[dev-dependencies.doc-comment]
|
|
version = "0.3"
|
|
|
|
[dev-dependencies.lazy_static]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.regex]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.tempfile]
|
|
version = "3.1.0"
|
|
|
|
[dev-dependencies.unicase]
|
|
version = "2.4.0"
|
|
|
|
[dev-dependencies.uuid]
|
|
version = "0.8"
|
|
features = ["v4"]
|
|
|
|
[features]
|
|
array = ["vtab"]
|
|
backup = ["libsqlite3-sys/min_sqlite_version_3_6_23"]
|
|
blob = ["libsqlite3-sys/min_sqlite_version_3_7_7"]
|
|
buildtime_bindgen = ["libsqlite3-sys/buildtime_bindgen"]
|
|
bundled = ["libsqlite3-sys/bundled", "modern_sqlite"]
|
|
bundled-full = ["array", "backup", "blob", "bundled", "chrono", "collation", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "limits", "load_extension", "serde_json", "series", "trace", "unlock_notify", "url", "uuid", "vtab", "window"]
|
|
bundled-windows = ["libsqlite3-sys/bundled-windows"]
|
|
collation = []
|
|
csvtab = ["csv", "vtab"]
|
|
extra_check = []
|
|
functions = ["libsqlite3-sys/min_sqlite_version_3_7_7"]
|
|
hooks = []
|
|
i128_blob = ["byteorder"]
|
|
in_gecko = ["modern_sqlite", "libsqlite3-sys/in_gecko"]
|
|
limits = []
|
|
load_extension = []
|
|
modern_sqlite = ["libsqlite3-sys/bundled_bindings"]
|
|
series = ["vtab"]
|
|
session = ["libsqlite3-sys/session", "hooks"]
|
|
sqlcipher = ["libsqlite3-sys/sqlcipher"]
|
|
trace = ["libsqlite3-sys/min_sqlite_version_3_6_23"]
|
|
unlock_notify = ["libsqlite3-sys/unlock_notify"]
|
|
vtab = ["libsqlite3-sys/min_sqlite_version_3_7_7", "lazy_static"]
|
|
window = ["functions"]
|
|
with-asan = ["libsqlite3-sys/with-asan"]
|
|
[badges.appveyor]
|
|
repository = "rusqlite/rusqlite"
|
|
|
|
[badges.codecov]
|
|
repository = "rusqlite/rusqlite"
|
|
|
|
[badges.maintenance]
|
|
status = "actively-developed"
|
|
|
|
[badges.travis-ci]
|
|
repository = "rusqlite/rusqlite"
|