# 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 = "turtle-build" version = "0.4.8" authors = ["Yota Toyama "] publish = true description = "Ninja-compatible build system for high-level programming languages" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/raviqqe/turtle" [[bin]] name = "turtle" path = "src/main.rs" [dependencies.async-recursion] version = "1" [dependencies.async-trait] version = "0.1.74" [dependencies.bincode] version = "1" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.dashmap] version = "5.5.3" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.12" [dependencies.nom] version = "7.1.3" [dependencies.num_cpus] version = "1" [dependencies.once_cell] version = "1" [dependencies.petgraph] version = "0.6" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.sled] version = "0.34" [dependencies.tokio] version = "1" features = ["full"] [dependencies.train-map] version = "0.1.1" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.tempfile] version = "3"