# 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 = "sonicbot-matrix" version = "0.1.5" authors = ["Westly Ward "] description = "Matrix bot that you can write plugins for" homepage = "https://github.com/sonicrules1234/sonicbot-matrix" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/sonicrules1234/sonicbot-matrix" resolver = "2" [package.metadata.android] build_targets = ["armv7-linux-androideabi", "aarch64-linux-android"] min_sdk_version = 23 target_sdk_version = 30 [[package.metadata.android.permission]] name = "android.permission.INTERNET" [[package.metadata.android.permission]] name = "android.permission.MANAGE_EXTERNAL_STORAGE" [[package.metadata.android.permission]] name = "android.permission.WRITE_EXTERNAL_STORAGE" [dependencies.ctrlc-handler] version = "0.1.1" [dependencies.glob] version = "0.3.0" [dependencies.linewrapper] version = "0.1.1" [dependencies.rand] version = "0.8.4" [dependencies.regex] version = "1.5.4" [dependencies.ruma] version = "0.4.0" features = ["events", "client-api-c", "api"] [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.74" [dependencies.serde_yaml] version = "0.8.23" [dependencies.sonicbot-matrix-macros] version = "0.1.0" [dependencies.ureq] version = "2.4.0" features = ["json"] [dependencies.urlencoding] version = "2.1.0" [dependencies.uuid] version = "0.8.2" features = ["v4"] [features] [target."cfg(target_os = \"android\")".dependencies.macroquad] version = "0.3.13"