# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "borrowing_exerci" version = "0.4.51" authors = ["cnruby "] description = "how to understand the borrowing in rust" homepage = "https://crates.io/crates/borrowing_exerci" documentation = "https://cnruby.github.io/learn-rust-by-crates/hello-borrowing/borrowing_exerci/" readme = "README.md" categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/cnruby/learn-rust-by-crates/tree/master/hello-borrowing" [lib] name = "aide" path = "src/lib.rs" [dependencies.bat] version = "0.12.1" [dependencies.clap] version = "2.33.0" features = ["yaml"] [dependencies.owning_ref] version = "0.4.0" [dependencies.prettytable-rs] version = "^0.8" [dependencies.regex] version = "1.3.1" [dependencies.run_script] version = "0.3.2" [features] cp = [] err = [] err_01 = [] err_02 = [] err_03 = [] err_04 = [] err_05 = [] err_06 = [] err_07 = [] err_08 = [] err_09 = [] err_10 = [] err_11 = [] ok = [] okay = [] okey = []