# 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" rust-version = "1.71.0" name = "topcat" version = "0.1.0" authors = ["josha@jci.dev"] description = "A tool for concatenating files in topological order" documentation = "https://docs.rs/topcat/" readme = "README.md" keywords = [ "topological", "concatenation", "file", "dependency", "graph", ] categories = [ "command-line-utilities", "development-tools", "filesystem", "template-engine", ] license = "MIT OR Apache-2.0" repository = "https://github.com/joshainglis/topcat" [package.metadata.release] no-dev-version = true [profile.bench] debug = 2 [profile.release] [dependencies.env_logger] version = "0.11.3" [dependencies.glob] version = "0.3.1" [dependencies.log] version = "0.4.21" [dependencies.petgraph] version = "0.6.4" [dependencies.regex] version = "1.10.3" [dependencies.structopt] version = "0.3.26" [dev-dependencies.tempfile] version = "3.10.1"