type-export 0.0.0-alpha.3

Shared export infrastructure for type declaration generators (Flow, TypeScript, etc.)
Documentation
# 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"
rust-version = "1.78.0"
name = "type-export"
version = "0.0.0-alpha.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared export infrastructure for type declaration generators (Flow, TypeScript, etc.)"
readme = false
keywords = [
    "export",
    "types",
    "bindings",
    "codegen",
]
categories = ["development-tools::build-utils"]
license = "MIT"

[lib]
name = "type_export"
path = "src/lib.rs"

[dependencies.thiserror]
version = "2"