# 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 = "pyth-sdk" version = "0.8.0" authors = ["Pyth Data Foundation"] description = "Data structures and utilites for the Pyth price oracle" homepage = "https://pyth.network" readme = "README.md" keywords = [ "pyth", "oracle", ] license = "Apache-2.0" repository = "https://github.com/pyth-network/pyth-sdk-rs" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.borsh] version = "0.10.3" [dependencies.borsh-derive] version = "0.10.3" [dependencies.getrandom] version = "0.2.2" features = ["custom"] [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.schemars] version = "0.8.8" [dependencies.serde] version = "1.0.136" features = ["derive"] [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.serde_json] version = "1.0.79"