# 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 = "arma3-wiki" version = "0.3.3" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A project to store data about Arma 3 commands in a useable format" readme = "README.md" license = "MIT" [lib] name = "arma3_wiki" path = "src/lib.rs" [[test]] name = "build" path = "tests/build.rs" [dependencies.directories] version = "5.0.1" [dependencies.git2] version = "0.19.0" optional = true [dependencies.regex] version = "1.10.6" [dependencies.rust-embed] version = "8.4.0" features = ["interpolate-folder-path"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34+deprecated" [build-dependencies.directories] version = "5.0.1" [build-dependencies.fs_extra] version = "1.3.0" [build-dependencies.git2] version = "0.19.0" [build-dependencies.rand] version = "0.8.5" [features] default = ["remote"] remote = ["git2"] wiki = [] [lints.clippy] all = "deny" nursery = "deny" pedantic = "warn"