# 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 = "agadir" version = "0.1.0" authors = ["pythops "] description = "Blogging over the terminal" homepage = "https://github.com/pythops/agadir" readme = "Readme.md" license = "GPL-3.0" repository = "https://github.com/pythops/agadir" [dependencies.ansi-to-tui] version = "4" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bat] version = "0.24" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = [ "derive", "cargo", ] [dependencies.crossterm] version = "0.27" features = ["event-stream"] [dependencies.dirs] version = "5" [dependencies.ed25519-dalek] version = "2" [dependencies.futures] version = "0.3" [dependencies.ratatui] version = "0.26" [dependencies.russh] version = "0.43" [dependencies.russh-keys] version = "0.43" [dependencies.serde] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-error] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]