# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ubiquity" version = "0.2.0" authors = ["Chris Chamberlain "] description = "n-directional file synchronization utility" readme = "README.md" license = "MIT" repository = "https://github.com/neon64/ubiquity" [dependencies.bincode] version = "1.2.1" [dependencies.byteorder] version = "1.3.4" [dependencies.fnv] version = "1.0.6" [dependencies.fs2] version = "0.4.3" [dependencies.generic-array] version = "0.13.2" features = ["serde"] [dependencies.log] version = "0.4.8" [dependencies.regex] version = "1.3.6" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.typenum] version = "1.11.2" [dependencies.walkdir] version = "2.3.1" [dev-dependencies.env_logger] version = "0.3.3"