[[bin]]
name = "warren"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.97"
[dependencies.clap]
features = ["derive"]
version = "4.5.31"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.43.0"
[dependencies.yahoo_finance_api]
version = "3.0.0"
[lib]
name = "warren"
path = "src/lib.rs"
[package]
authors = ["John Arundel <john@bitfieldconsulting.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = """
A tool for value investors.
"""
documentation = "https://docs.rs/warren"
edition = "2024"
exclude = ["/.github/"]
homepage = "https://github.com/bitfield/warren"
keywords = ["cli", "finance", "investment", "stocks", "trading"]
license = "MIT OR Apache-2.0"
name = "warren"
readme = "README.md"
repository = "https://github.com/bitfield/warren"
version = "0.1.0"
[[test]]
name = "integration"
path = "tests/integration.rs"