# 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 = "kakao-rs" version = "0.3.7" authors = ["Seok Won "] description = "카카오 챗봇 JSON 제작 헬퍼 in Rust" documentation = "https://docs.rs/kakao-rs/" readme = "README.md" keywords = [ "kakao", "kakaotalk", "chatbot", "kakaochatbot", "json", ] categories = [ "api-bindings", "json", "카카오톡", ] license = "MIT" repository = "https://github.com/Alfex4936/kakao-rs" [lib] path = "src/lib.rs" bench = false [[example]] name = "listcard" [[bench]] name = "bench_all" harness = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.criterion] version = "0.5"