roomrs-core 0.2.2

Core runtime for roomrs (internal crate)
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"
rust-version = "1.85"
name = "roomrs-core"
version = "0.2.2"
authors = ["김용일(Kim Yong-il) <akira76@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core runtime for roomrs (internal crate)"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/yongaru/roomrs"

[features]
bundled = ["rusqlite/bundled"]
cipher = ["rusqlite/bundled-sqlcipher-vendored-openssl"]
default = []
json = ["dep:serde_json"]
live = [
    "dep:sqlparser",
    "rusqlite/preupdate_hook",
]
stream = ["dep:futures-core"]
time = [
    "rusqlite/time",
    "dep:time",
]
uuid = [
    "rusqlite/uuid",
    "dep:uuid",
]

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

[dependencies.futures-core]
version = "0.3"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.roomrs-migrate]
version = "0.2.2"

[dependencies.rusqlite]
version = "0.38"
features = ["hooks"]

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.sqlparser]
version = "0.52"
features = ["visitor"]
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
optional = true

[dependencies.uuid]
version = "1"
optional = true