# 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" rust-version = "1.74" name = "mycalculator" version = "0.2.0" authors = ["Michael Gardner "] description = "This is a simple Rust application, library, and unit test that can be built using Bazel as well as Cargo. Please visit the repository to view the complete solution: client, server, and lib." homepage = "https://www.abitofhelp.com" readme = "README.md" keywords = [ "rust", "bazel", ] license-file = "LICENSE" repository = "https://github.com/abitofhelp/rust-bazel.git" [lib] name = "mycalculator" path = "src/lib.rs" [dependencies]