# 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 = "notion2html" version = "1.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert Notion pages to HTML" readme = "README.md" keywords = [ "notion", "html", "markdown", "cli", ] categories = [ "command-line-utilities", "text-processing", ] license = "MPL-2.0" repository = "https://github.com/EnyCode/notion2html" [[bin]] name = "notion2html" path = "src/main.rs" [dependencies.log] version = "0.4.22" [dependencies.owo-colors] version = "4.1.0" [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.simplelog] version = "0.12.2"