# 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 = "sensei" version = "0.2.9" authors = ["Eduardo Flores "] exclude = ["docs/*"] description = "Sensei is a simple command line tool to open documentation for any crate." homepage = "https://sensei.edfloreshz.dev/" documentation = "https://docs.rs/sensei" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/edfloreshz/sensei/" [[bin]] name = "sns" path = "src/main.rs" [dependencies.clap] version = "2.33.3" [dependencies.open] version = "2.0.0"