# 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 = "leetcode-in-rust" version = "0.2.10" authors = ["Zhongdong Yang "] include = [ "/src", "/tests", "/extra", "/benches", ] description = "Personal solutions to LeetCode problems using Rust language" homepage = "https://leetcode-rust.dongs.xyz/" readme = "README.md" keywords = ["leetcode"] categories = [ "problems", "algorithm", ] license = "Apache-2.0" repository = "https://github.com/zhongdongy/leetcode_rust" [lib] name = "leetcode_rust" crate-type = ["rlib"] [[bin]] name = "leetcode_rust" path = "src/main.rs" [[bench]] name = "benchmarks" harness = false [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dev-dependencies.criterion] version = "0.4"