# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ajour-weak-auras" version = "1.0.1" authors = ["Casper Rogild Storm", "tarkah "] description = "Weak Auras library for Ajour" homepage = "https://github.com/ajour/ajour" license = "MIT" repository = "https://github.com/ajour/ajour" [[bin]] name = "cli" required-features = ["cli"] [dependencies.ajour-core] version = "1.0.1" [dependencies.anyhow] version = "1.0" [dependencies.async-std] version = "1.6" features = ["unstable"] [dependencies.futures] version = "0.3" [dependencies.isahc] version = "1.1.0" features = ["json"] [dependencies.mlua] version = "0.4" features = ["lua53", "vendored"] [dependencies.percent-encoding] version = "2.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.structopt] version = "0.3" optional = true [dependencies.thiserror] version = "1.0" [features] cli = ["structopt"] default = []