# 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 = "broodkruimel" version = "0.2.0" authors = ["mmvanheusden"] exclude = ["data/"] description = "A server that stores a personal GPS breadcrumb for the rest of your life." readme = "README.md" categories = [ "data-structures", "filesystem", "science::geo", ] license = "AGPL-3.0-only" repository = "https://github.com/mmvanheusden/broodkruimel" [dependencies.actix-web] version = "4.8.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.sqlite] version = "0.36.0" [dependencies.uuid] version = "1.9.1" features = [ "v4", "fast-rng", ]