# 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 = "2021" name = "mantra-lancer" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Currency tracker for Massif Press' LANCER system" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/LazyDope/mantra" [lib] name = "mantra_lancer" path = "src/lib.rs" [[bin]] name = "mantra-lancer" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.async-std] version = "1.12.0" features = [ "attributes", "unstable", ] [dependencies.crossterm] version = "0.28.1" [dependencies.deranged] version = "0.3.11" features = ["serde"] [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.19" [dependencies.ratatui] version = "0.28.1" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.sqlx] version = "0.8.1" features = [ "sqlite", "runtime-async-std", "time", ] [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.time] version = "0.3.36" features = [ "formatting", "local-offset", ] [dependencies.xdg] version = "2.5.2"