# 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 = "week1" version = "0.1.8" authors = ["v1xingyue "] description = "A short description of my package" homepage = "https://github.com/v1xingyue/myrust" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.ansi_term] version = "0.12.1" [dependencies.base64] version = "0.13.0" [dependencies.blake2b_simd] version = "1.0.1" [dependencies.ed25519-dalek] version = "1" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.7" [dependencies.rand_core] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"