# 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 = "rust-bazel"
version = "0.2.0"
authors = ["Michael Gardner <mjgardner@abitofhelp.com>"]
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"

[[bin]]
name = "rust-bazel"
path = "src/main.rs"
bench = false

[dependencies.mycalculator]
version = "0.2.0"