# 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 = "cxx-swift" version = "0.0.1" authors = ["silvanshade "] description = "cxx-style FFI bindings to the Swift C++ API" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/silvanshade/cxx-swift" [dependencies.cxx] version = "1.0" features = ["c++20"] [dependencies.cxx-auto] version = "0.0" [dependencies.cxx-clang] version = "0.0" [dependencies.cxx-clang-auto] version = "0.0" [dependencies.cxx-llvm] version = "0.0" [dependencies.cxx-llvm-auto] version = "0.0" [dependencies.cxx-swift-auto] version = "0.0" [dependencies.moveref] version = "0.0" [dependencies.pin-project-lite] version = "0.2" [dependencies.snafu] version = "0.7.5" [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-forest] version = "0.1" features = ["full"] optional = true [dependencies.tracing-subscriber] version = "0.3" optional = true [dev-dependencies.indoc] version = "2.0" [dev-dependencies.static_assertions] version = "1.1" [dev-dependencies.tempfile] version = "3.6" [build-dependencies.cxx-clang-build] version = "0.0" [build-dependencies.cxx-llvm-build] version = "0.0" [build-dependencies.cxx-llvm-build-common] version = "0.0" [build-dependencies.cxx-swift-auto] version = "0.0" [build-dependencies.cxx-swift-build] version = "0.0" [features] debug = [] default = ["tracing"] tracing = [ "debug", "dep:tracing", "dep:tracing-forest", "dep:tracing-subscriber", ]