# 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 = "crate_glitch" version = "0.2.0" authors = ["blakehawkins"] description = "matrix.org bot to provide links based on pattern matching" homepage = "https://github.com/blakehawkins/crate_glitch" documentation = "https://docs.rs/crate_glitch/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/blakehawkins/crate_glitch" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.matrix-sdk] version = "0.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.urlencoding] version = "1.0.0"