# 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 = "toucan-rs" version = "1.0.0" authors = ["Abid Omar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A port of toucan-js to Rust. """ homepage = "https://github.com/omarabid/toucan-rs" documentation = "https://docs.rs/toucan-rs" readme = "README.md" keywords = [ "toucan", "cloudflare", "sentry", "tracing", ] license = "MIT" repository = "https://github.com/omarabid/toucan-rs" [lib] name = "toucan_rs" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.thiserror] version = "1.0.63" [dependencies.wasm-bindgen] version = "0.2.93" [dependencies.worker] version = "0.3.4"