sara-cli 0.3.0

CLI for Sara - Requirements Knowledge Graph
# 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.92"
name = "sara-cli"
version = "0.3.0"
authors = ["Sara Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Sara - Requirements Knowledge Graph"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/cledouarec/sara"
resolver = "2"

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

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

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

[dependencies.colored]
version = "3.0.0"

[dependencies.console]
version = "0.16.2"

[dependencies.inquire]
version = "0.9.1"

[dependencies.sara-core]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.strsim]
version = "0.11.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dev-dependencies.assert_cmd]
version = "2.1.2"

[dev-dependencies.predicates]
version = "3.1.3"

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