upend/Cargo.toml

41 lines
852 B
TOML

[package]
authors = ["Tomáš Mládek <t@mldk.cz>"]
edition = "2018"
name = "upend"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.0"
env_logger = "0.7.1"
log = "0.4"
anyhow = "1.0"
thiserror = "1.0"
diesel = {version = "1.4", features = ["sqlite", "r2d2", "chrono", "serde_json"]}
diesel_migrations = "1.4"
actix = "0.9.0"
actix-files = "0.2.2"
actix-rt = "1.0.0"
actix-web = "2.0"
actix_derive = "0.3.2"
chrono = {version = "0.4", features = ["serde"]}
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
bs58 = "0.3.1"
filebuffer = "0.4.0"
tiny-keccak = {version = "2.0", features = ["k12"]}
unsigned-varint = "0.5.0"
uuid = {version = "0.8", features = ["v4"]}
walkdir = "2"
dotenv = "0.15.0"
webbrowser = "0.5.5"
xdg = "^2.1"