# 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 = "spiderman-project-manager" version = "1.0.5" authors = ["Moritz F. Kuntze "] description = "The Weaving Project Manager" readme = "README.md" license = "MIT" repository = "https://github.com/ZortacDev/spiderman/" [[bin]] name = "spiderman" path = "src/main.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.fs_extra] version = "1.2.0" [dependencies.itertools] version = "0.10.5" [dependencies.once_cell] version = "1.17.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.shellexpand] version = "3.0.0" [dependencies.toml] version = "0.5.10" [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", "macro-diagnostics", ]