# 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 = "botway-rs" version = "0.2.2" authors = [ "Abdfn", "David Tomson", ] include = [ "src/**/*", "Cargo.toml", "LICENSE.md", "README.md", ] description = "Rust client package for Botway." readme = "README.md" keywords = [ "botway", "bot", "api", ] license = "MIT" repository = "https://github.com/abdfnx/botway" resolver = "2" [lib] name = "botway_rs" path = "src/lib.rs" [dependencies.dirs] version = "4.0.0" [dependencies.rustc-serialize] version = "0.3.24" [dependencies.snailquote] version = "0.3.1" [dependencies.yaml-rust] version = "0.4"