# 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 = "bref" version = "0.1.0" authors = ["Nicolas Gryman "] description = "A modest URL shortener for personal usage." readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.75" [dependencies.axum] version = "0.6.20" features = ["macros"] [dependencies.clap] version = "4.4.6" features = [ "derive", "env", ] [dependencies.num] version = "0.4.1" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.sled] version = "0.34.7" [dependencies.tokio] version = "1.32.0" features = [ "rt-multi-thread", "macros", ] [dependencies.tower-http] version = "0.4.4" features = ["trace"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.xdg] version = "2.5.2"