# 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 = "newtabgen-cli" version = "0.2.7" authors = ["fr33zing"] description = "CLI for newtabgen, create new tab pages from a config file" license = "GPL-3.0-or-later" repository = "https://github.com/fr33zing/newtabgen" resolver = "1" [[bin]] name = "newtabgen" path = "src/main.rs" [dependencies.clap] version = "4.0.22" features = ["derive"] [dependencies.newtabgen] version = "0.6.0" [dependencies.tokio] version = "1.21.2" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.webbrowser] version = "0.8.1"