# 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 = "serde-fleece" version = "0.8.1" authors = ["Evgeniy A. Dushistov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fleece (binary json) support for serde" documentation = "https://docs.rs/serde-fleece" readme = "README.md" keywords = [ "ffi", "fleece", "couchbase-lite-core", "serde", "database", ] license = "BSD-3-Clause" repository = "https://github.com/dushistov/couchbase-lite-rust" [package.metadata.docs.rs] features = ["docs-rs"] [lib] name = "serde_fleece" path = "src/lib.rs" [[test]] name = "functional_tests" path = "tests/functional_tests.rs" [dependencies.couchbase-lite-core-sys] version = "0.12.1" default-features = false [dependencies.itoa] version = "1.0.1" [dependencies.ryu] version = "1.0.9" [dependencies.serde] version = "1.0.136" features = ["std"] default-features = false [dev-dependencies.rustc-hash] version = "1.0.1" [dev-dependencies.serde] version = "1.0" features = [ "std", "derive", ] [features] build-cpp = ["couchbase-lite-core-sys/build"] default = [ "build-cpp", "git-download-cpp", "use-couchbase-lite-sqlite", ] docs-rs = ["couchbase-lite-core-sys/docs-rs"] git-download-cpp = ["couchbase-lite-core-sys/git-download"] use-couchbase-lite-sqlite = ["couchbase-lite-core-sys/use-couchbase-lite-sqlite"] with-asan = ["couchbase-lite-core-sys/with-asan"]