# 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 = "sde" version = "0.0.19" authors = ["Rafael Amador "] build = false exclude = [ "tests/", ".github/", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library to read Eve Online's SDE data from sqlite database." readme = "README.md" keywords = [ "sde", "eve-online", ] categories = [ "games", "value-formatting", ] license = "MIT" repository = "https://github.com/rafaga/sde/" [lib] name = "sde" path = "src/lib.rs" [dependencies.egui-map] version = "0.0.14" [dependencies.puffin] version = "0.19.1" optional = true default-features = false [features] default = [] puffin = ["dep:puffin"] [target."cfg(not(windows))".dependencies.rusqlite] version = "0.32.1" features = [ "bundled-sqlcipher", "backup", "blob", "array", ] [target."cfg(windows)".dependencies.rusqlite] version = "0.32.1" features = [ "bundled-sqlcipher-vendored-openssl", "backup", "blob", "array", ] [badges.maintenance] status = "actively-developed"