# 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 = "phd2" version = "0.2.0" description = "Client library for interfacing with phd2." homepage = "https://github.com/cconstantine/twinkle/tree/master/phd2" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cconstantine/twinkle/" [dependencies.base64] version = "0.21.2" [dependencies.itertools] version = "0.10.5" [dependencies.pin-project] version = "1.1.0" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_tuple] version = "0.5.0" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-serde] version = "0.8.0" [features] test_phd2_simulator = []