# 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 = "shiori3" version = "0.6.5" authors = ["ekicyou "] description = "SHIORI/3.0 rust interface." readme = "README.md" keywords = [ "ghost", "shiori", "ukagaka", ] license = "MIT" repository = "https://github.com/ekicyou/shiori3-rs" [dependencies.anyhow] version = "1.0.75" [dependencies.log] version = "0.4.20" [dependencies.pest] version = "2.7.5" [dependencies.pest_derive] version = "2.7.5" [dependencies.thiserror] version = "1.0.51" [dev-dependencies.env_logger] version = "0.10.1" [target."cfg(windows)".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Foundation", "Win32_System_Memory", "Win32_Globalization", ]