# 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 = "swift-precompiler" version = "0.1.5" description = "A precompiler for Swift that allows you to use additional macros, include files, and more." homepage = "https://github.com/lockieluke/swift-precompiler" documentation = "https://docs.rs/swift-precompiler" readme = "README.md" license = "MIT" repository = "https://github.com/lockieluke/swift-precompiler" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 [[bin]] name = "swift-precompiler" [dependencies.base64-simd] version = "0.8.0" [dependencies.clap] version = "4.4.14" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.fancy-regex] version = "0.13.0" [dependencies.glob] version = "0.3.1" [dependencies.path-absolutize] version = "3.1.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.toml] version = "0.8.10"