# 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 = "retronomicon" version = "0.1.0" authors = [ "Golem-FPGA", "Hans Larsen ", ] description = "A tool for managing the retronomicon database, including uploading and downloading artifacts." homepage = "https://retronomicon.land" readme = "README.md" keywords = [ "retronomicon", "fpga", "database", "release", "emulation", ] categories = [ "development-tools", "hardware", "emulators", ] license = "Apache-2.0" repository = "https://github.com/golem-fpga/retronomicon.git" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.3.24" features = [ "derive", "env", ] [dependencies.clap-verbosity-flag] version = "2.0.1" [dependencies.mime_guess2] version = "2.0.5" [dependencies.oauth2] version = "4.4.1" features = ["reqwest"] [dependencies.reqwest] version = "0.11.20" features = [ "stream", "json", ] [dependencies.retronomicon-dto] version = "0.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.url] version = "2.4.0"