ocs 0.1.0

A session picker for OpenCode
# 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 = "ocs"
version = "0.1.0"
authors = ["Liam <liam@scalzulli.com>"]
build = false
exclude = ["/screenshot.png"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A session picker for OpenCode"
homepage = "https://github.com/terror/ocs"
readme = "README.md"
keywords = [
    "opencode",
    "session",
    "picker",
    "fuzzy-finder",
    "terminal",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "CC0-1.0"
repository = "https://github.com/terror/ocs"

[[bin]]
name = "ocs"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.103"

[dependencies.clap]
version = "4.6.2"
features = ["derive"]

[dependencies.ratatui]
version = "0.30.2"
default-features = false

[dependencies.rusqlite]
version = "0.40.1"
features = ["bundled"]

[dependencies.skim]
version = "5.1.3"
default-features = false

[dev-dependencies.tempfile]
version = "3.27.0"

[lints.clippy]
arbitrary-source-item-ordering = "deny"
wildcard_imports = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1