# 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 = "source_map_gen" version = "0.1.0" authors = ["RedRam"] description = "A WIP map generator and library for Source Engine games" readme = "README.md" license-file = "LICENSE" [dependencies.chrono] version = "0.4.24" [dependencies.derive_ops] version = "0.1" [dependencies.indextree] version = "4.5" [dependencies.rand_chacha] version = "0.3" [dependencies.rayon] version = "1" optional = true [dependencies.rgb] version = "0.8" [dependencies.spa] version = "0.3" [dependencies.vmf_parser_nom] version = "0.1" [dependencies.walkdir] version = "2.3" optional = true [dev-dependencies.approx] version = "0.5" [dev-dependencies.const_format] version = "0.2.30" [dev-dependencies.lazy_static] version = "1.4.0" [features] default = ["pallet"] pallet = [ "dep:rayon", "dep:walkdir", ]