# 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" rust-version = "1.70.0" name = "qsspodcasts_autocomplete_server" version = "0.2.0" authors = ["Maxime Mikotajewski "] description = "autocomplete server for QSSPodcasts, you probably don't need it." readme = "README.md" categories = ["command-line-utilities"] license = "BSD-2-Clause" repository = "https://github.com/Quessou/qsspodcasts" [dependencies.command_management] version = "0.2.0" package = "qsspodcasts_command_management" [dependencies.data_transport] version = "0.2.0" package = "qsspodcasts_data_transport" [dependencies.log] version = "0.4.17" [dependencies.strum_macros] version = "0.24" [dependencies.tokio] version = "1.32.0" features = ["full"] [dev-dependencies.test-case] version = "3.0.0"