# 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 = "golem-certificate" version = "0.1.1" authors = ["Golem Factory "] description = "Golem Certificate format support" documentation = "https://github.com/golemfactory/golem-certificate" readme = "README.md" license = "LGPL-3.0" repository = "https://github.com/golemfactory/golem-certificate" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.ed25519-dalek] version = "1" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.7" [dependencies.ryu-js] version = "0.2" default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_json_canonicalizer] version = "0.2.0" [dependencies.sha2] version = "0.10.6" [dependencies.sha3] version = "0.10.6" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2" features = ["serde"] [dependencies.ya-client-model] version = "0.5" [dev-dependencies.pretty_assertions] version = "1.3" features = ["unstable"] [dev-dependencies.test-case] version = "3.0"