# 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 = "simple-notion" version = "0.1.1" description = "Easy to use library to read-only Notion DataBase using the NotionAPI" readme = "README.md" keywords = [ "notion", "api", ] license = "MIT" repository = "https://github.com/eVisualUser/simple-notion" [dependencies.curl] version = "0.4.44" [dependencies.json] version = "0.12.4" [dependencies.pro_csv] version = "0.1.1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.tokio] version = "1" features = ["full"]