# 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 = "samvada" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Chat with AI assistant in markdown file" readme = "README.md" license = "MIT" repository = "https://github.com/trendoraai/samvada" [[bin]] name = "samvada" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.config] version = "0.14.1" [dependencies.dirs] version = "5.0.1" [dependencies.dotenv] version = "0.15.0" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.simplelog] version = "0.12.1" [dependencies.time] version = "0.3.30" features = ["macros"] [dependencies.tokio] version = "1.34.0" features = ["full"]