# 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 = "hj_my_crate" version = "0.1.1" description = """ hj_my_crate包是我在学习《The Rust Programming Language》的第14章时创建一个用来练习“将crate发布到crates.io”这个任务的crate。 该章节可以在https://kaisery.github.io/trpl-zh-cn/ch14-02-publishing-to-crates-io.html找到。""" readme = "README.md" license = "MIT" [dependencies]