# 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 = "crosstraffic_middleware" version = "0.1.4" authors = ["Rei Tamaru "] exclude = [".gitignore"] description = "Middleware for transporations library and the software applications." documentation = "https://docs.rs/cross-traffic-middleware" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/crosstraffic/cross-traffic-middleware" [lib] name = "crosstraffic_middleware" crate-type = [ "cdylib", "rlib", ] [dependencies.js-sys] version = "0.3.67" [dependencies.pyo3] version = "0.21.2" features = ["extension-module"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.4" [dependencies.transportations_library] version = "0.1.0" [dependencies.wasm-bindgen] version = "0.2.90" [features] pybindings = ["pyo3"]