# 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 = "oglens" version = "0.1.1" authors = ["uzimaru0000 "] exclude = [ ".github/*", "cliff.toml", ] description = "Tools for viewing OGP" readme = "README.md" keywords = [ "ogp", "viewer", "tool", "cli", ] license = "MIT" repository = "https://github.com/uzimaru0000/oglens" [[bin]] name = "og" path = "src/main.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.cli-table] version = "0.4.7" [dependencies.scraper] version = "0.13.0" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.85" features = ["preserve_order"] [dependencies.tokio] version = "1.21.1" features = ["full"]