# 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 = "try-to-release-me" version = "0.1.5" description = "Example Description" homepage = "http://localhost:8080" documentation = "http://localhost:8080" license = "MIT" repository = "http://localhost:8080" [dependencies.derive_more] version = "0.99" features = [ "error", "display", ] [dependencies.rayon] version = "1.6" [dev-dependencies.assert_fs] version = "1.0.10" [features] default = [] integration-tests = []