# 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 = "rsleetcode" version = "0.0.3" build = false exclude = [".github/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Implementations of LeetCode problem solutions in Rust" homepage = "https://github.com/LeetCode-Packages/Rust" readme = "README.md" keywords = ["leetcode"] license-file = "LICENSE" repository = "https://github.com/LeetCode-Packages/Rust" [lib] name = "rsleetcode" path = "src/lib.rs" [[test]] name = "easy_tests" path = "tests/easy_tests.rs" [[test]] name = "hard_tests" path = "tests/hard_tests.rs" [[test]] name = "medium_tests" path = "tests/medium_tests.rs" [dependencies]