# 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 = "ezp" version = "0.2.3" authors = ["Heru Handika "] description = "A command line app to generate a library access EZProxy" homepage = "https://github.com/hhandika/jd" readme = "README.md" keywords = [ "cli", "ezproxy", "library", "utility", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/hhandika/jd" [dependencies.clap] version = "3.0.7" features = ["cargo"] [dependencies.open] version = "2.0.2"