# 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 = "github-languages" version = "0.3.1" authors = ["Lucas Nørgård "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "All GitHub's supported languages" homepage = "https://github.com/luxass/github-languages-rs" readme = "README.md" license = "MIT" repository = "https://github.com/luxass/github-languages-rs" [lib] name = "github_languages" path = "src/lib.rs" [dependencies.once_cell] version = "1.19.0" [build-dependencies.prettyplease] version = "0.2.22" [build-dependencies.proc-macro2] version = "1.0" [build-dependencies.quote] version = "1.0" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_yaml] version = "0.9" [build-dependencies.syn] version = "2" features = [ "full", "parsing", ] default-features = false