# 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 = "couchbase-lite-core-sys" version = "0.12.2" authors = ["Evgeniy A. Dushistov "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Native bindings to the couchbase-lite-core library" documentation = "https://docs.rs/couchbase-lite-core-sys" readme = "README.md" keywords = [ "ffi", "couchbase", "couchbase-lite-core", "database", ] license = "BSD-3-Clause" repository = "https://github.com/dushistov/couchbase-lite-rust" [package.metadata.docs.rs] features = ["docs-rs"] [lib] name = "couchbase_lite_core_sys" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.69.4" features = ["runtime"] default-features = false [build-dependencies.cc] version = "1.0.53" default-features = false [build-dependencies.cmake] version = "0.1.45" optional = true [build-dependencies.env_logger] version = "0.11.3" default-features = false [build-dependencies.quote] version = "1.0.21" default-features = false [build-dependencies.syn] version = "2.0.66" default-features = false [build-dependencies.which] version = "4.2.1" optional = true default-features = false [features] build = ["cmake"] default = [ "build", "git-download", "use-couchbase-lite-sqlite", ] docs-rs = [] git-download = ["which"] use-couchbase-lite-sqlite = [] use-couchbase-lite-websocket = [] with-asan = []