# 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 = "text-stub-library" version = "0.9.0" authors = ["Gregory Szorc "] description = "Interface to text stub files (.tbd files)" homepage = "https://github.com/indygreg/toolchain-tools" readme = "README.md" keywords = [ "apple", "macos", "tbd", ] license = "MIT OR Apache-2.0" repository = "https://github.com/indygreg/toolchain-tools.git" resolver = "1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_yaml] version = "0.9.16" [dependencies.yaml-rust] version = "0.4.5" [dev-dependencies.apple-sdk] version = "0.4.0" default-features = false [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rayon] version = "1.5.3" [dev-dependencies.walkdir] version = "2.3.2"