# 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 = "emo" version = "0.5.2" authors = ["ekicyou "] description = "lua shiori implement" readme = "README.md" keywords = ["ghost", "shiori", "ukagaka", "lua"] license = "MIT" repository = "https://github.com/ekicyou/pasta-rs" [lib] name = "emo" crate-type = ["lib", "staticlib", "cdylib"] path = "src/lib.rs" [dependencies.chrono] version = "0.4.7" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.fern] version = "0.6" [dependencies.lazy_static] version = "1.1" [dependencies.log] version = "0.4" [dependencies.pest] version = "2.1" [dependencies.pest_derive] version = "2.1" [dependencies.rlua] version = "0.17" default-features = false [dependencies.rustyline] version = "6.2" [dependencies.shiori3] version = "0.4.1" [dev-dependencies.env_logger] version = "0.7" [build-dependencies.cc] version = "1.0" optional = true [build-dependencies.pkg-config] version = "0.3.11" optional = true [features] builtin-lua = ["cc"] default = ["builtin-lua"] system-lua = ["pkg-config"] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winbase", "stringapiset"]