# 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 = "stardict" version = "0.2.1" authors = ["zang.loo"] description = "Rust implement stardict" homepage = "https://github.com/zangloo/stardict" readme = "README.md" keywords = ["stardict"] license = "GPL-2.0-only" repository = "https://github.com/zangloo/stardict.git" [dependencies.byteorder] version = "1.5" [dependencies.dirs] version = "5.0" [dependencies.flate2] version = "1.0" [dependencies.inflate] version = "0.4" [dependencies.process_alive] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sled] version = "0.34" optional = true [dependencies.thiserror] version = "1.0" [features] default = ["sqlite"] sled = ["dep:sled"] sqlite = ["dep:rusqlite"] [target."cfg(unix)".dependencies.rusqlite] version = "0.31" optional = true [target."cfg(windows)".dependencies.rusqlite] version = "0.31" features = ["bundled"] optional = true