# 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 = "vigor_agent" version = "0.1.8" description = "Client library for Vigor servers." documentation = "https://docs.rs/vigor_agent" license = "MIT" repository = "https://dreamerslegacy.xyz/git/dlxyz/vigor_agent" resolver = "2" [dependencies.dirs] version = "4.0.0" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.hex] version = "0.4" [dependencies.pem-rfc7468] version = "0.6.0" features = ["alloc"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.ureq] version = "2.4.0" features = [ "json", "charset", ]