bear-query 0.0.3

A read-only Rust library for querying the Bear note-taking app's SQLite database with minimal interference
Documentation
# 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 = "2024"
name = "bear-query"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A read-only Rust library for querying the Bear note-taking app's SQLite database with minimal interference"
readme = "README.md"
keywords = [
    "bear",
    "notes",
]
categories = ["text-processing"]
license = "Parity-7.0.0"
repository = "https://github.com/jakeswenson/bear-query"

[lib]
name = "bear_query"
path = "src/lib.rs"

[[example]]
name = "null_analysis"
path = "examples/null_analysis.rs"

[[example]]
name = "query_demo"
path = "examples/query_demo.rs"

[dependencies.dirs]
version = "6.0.0"

[dependencies.polars]
version = "0.52"
features = [
    "dtype-full",
    "temporal",
    "fmt",
]
default-features = false

[dependencies.rusqlite]
version = "0.37.0"
features = [
    "bundled",
    "time",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3.44"
features = ["serde"]