# 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 = "beammm" version = "0.1.0" authors = ["Trevin Jones "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A BeamNG.drive mod manager CLI and library." readme = "README.md" keywords = [ "beamng", "modding", "mod-manager", ] categories = [ "command-line-utilities", "config", ] license = "MIT" repository = "https://github.com/trevin-j/BeamMM" [lib] name = "beammm" path = "src/lib.rs" [[bin]] name = "beammm" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.derive_more] version = "1.0" features = ["from"] [dependencies.dirs] version = "5.0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.12" [dependencies.thiserror] version = "1.0" [lints.rust] unsafe_code = "forbid" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(coverage,coverage_nightly)"]