# 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 = "cargo-files-core" version = "0.2.1" authors = ["Robert Usher <266585+dcchut@users.noreply.github.com>"] description = "Core functionality for cargo-files" documentation = "https://docs.rs/cargo-files" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dcchut/cargo-files" [dependencies.cargo_metadata] version = "0.18" [dependencies.dunce] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "visit", "extra-traits", ] [dependencies.thiserror] version = "1.0" [dev-dependencies.insta] version = "1.28.0" features = ["json"] [dev-dependencies.pathdiff] version = "0.2" [dev-dependencies.tempfile] version = "3.4"