[package]
edition = "2024"
rust-version = "1.85"
name = "codex-extra-memory"
version = "0.1.0-ci.9.45b7b51"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for codex-extra-memory."
homepage = "https://github.com/lammesen/codex-extra_memory"
readme = false
license = "MIT"
repository = "https://github.com/lammesen/codex-extra_memory"
resolver = "2"
[[bin]]
name = "codex-memory"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
version = "4.5"
features = ["derive"]
[dependencies.codex-extra-memory-core]
version = "0.1.0-ci.9.45b7b51"
[dependencies.serde_json]
version = "1.0"
[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
implicit_hasher = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
needless_pass_by_value = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
trim_split_whitespace = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust]
unsafe_code = "deny"
unused_must_use = "deny"