# 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 = "2018" name = "connpass-rs" version = "0.1.0" description = "An api client for connpass.com" readme = "README.md" keywords = ["connpass"] license = "MIT" [[example]] name = "get_single_event" [[example]] name = "get_events_with_various_queries" [[example]] name = "get_single_event_blocking" [dependencies.once_cell] version = "1.8.0" [dependencies.reqwest] version = "0.11.5" features = ["json"] [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.12.0" features = ["full"] [features] blocking = ["reqwest/blocking"]