# 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 = "cashier-server" version = "0.4.4" authors = ["Alen Šiljak"] description = "Cashier Ledger-cli server component" documentation = "https://docs.rs/cashier-server/" readme = "README.md" categories = [ "command-line-utilities", "web-programming::http-server", ] license = "GPL-3.0-or-later" repository = "https://github.com/alensiljak/cashier-server-rust" [dependencies.axum] version = "0.6.10" features = ["headers"] [dependencies.base64] version = "0.21.0" [dependencies.env_logger] version = "0.10.0" [dependencies.http] version = "0.2.8" [dependencies.interactive_process] version = "0.1.2" [dependencies.log] version = "0.4.17" [dependencies.serde_json] version = "1.0.93" [dependencies.tokio] version = "1.25.0" features = [ "macros", "rt-multi-thread", "signal", ] [dependencies.tower-http] version = "0.3.5" features = [ "cors", "trace", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]