# 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 = "dropboxignore" version = "0.1.0" authors = ["Anton Berneving"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to use .dropboxignore files to exclude files from Dropbox syncing" readme = "README.md" keywords = [ "dropbox", "dropboxignore", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/antbern/dropboxignore" [[bin]] name = "dropboxignore" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.ignore] version = "0.4" default-features = false [dependencies.xattr] version = "1.3.1" features = ["unsupported"] default-features = false