# 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 = "rust-lib" version = "0.1.1" authors = ["Zerounary "] description = "A rust lib template that can publish to crates.io" readme = "README.md" keywords = [ "lib", "codegen", "template", ] license = "MIT" repository = "https://github.com/Zerounary/rust-lib.git" [dependencies.anyhow] version = "1.0" [dependencies.derive_builder] version = "0.11.2" [dependencies.itertools] version = "0.10.2" [dependencies.linked_hash_set] version = "0.1.4" [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "1.0"