# 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 = "2018" name = "atlas-entity-verifier" version = "0.1.3" authors = ["Junaid Rahim "] description = "Verify referential integrity of Apache Atlas Entities" homepage = "https://github.com/junaidrahim/atlas-entity-verifier" readme = "README.md" keywords = [ "apache-atlas", "verification", "entities", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/junaidrahim/atlas-entity-verifier" [[bin]] name = "aev" path = "src/main.rs" [dependencies.clap] version = "2.33.3" [dependencies.glob] version = "0.3.0" [dependencies.serde_json] version = "1.0" [dependencies.termion] version = "1.5.6"