# 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 = "datap-cli" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cross-platform, engine/format/language-agnostic, automated asset pipeline for games" readme = "README.md" license-file = "LICENSE" [[bin]] name = "datap" path = "src/main.rs" [dependencies.aho-corasick] version = "1.1.3" [dependencies.anyhow] version = "1.0.86" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.dotenvy] version = "0.15.7" [dependencies.indicatif] version = "0.17.8" [dependencies.num_cpus] version = "1.16.0" [dependencies.petgraph] version = "0.6.5" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.tempfile] version = "3.12.0" [dependencies.tokio] version = "1.40.0" features = [ "rt", "process", "fs", ] [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.uuid] version = "1.10.0" features = [ "serde", "v4", ] [dependencies.walkdir] version = "2.5.0"