# 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 = "notion2pandoc" version = "0.5.1" authors = ["Hayate Nakano "] description = "convert Notion page to Pandoc AST" readme = "README.md" license = "MIT" repository = "https://github.com/ho-oto/notion2pandoc" resolver = "2" [dependencies.async-recursion] version = "1.0.0" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.clap] version = "3.2.20" features = ["derive"] [dependencies.futures] version = "0.3.24" [dependencies.itertools] version = "0.10.3" [dependencies.openssl-probe] version = "0.1.5" [dependencies.reqwest] version = "0.11.11" features = ["json"] [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.uuid] version = "1.1.2" features = [ "v4", "serde", ]