# 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 = "eastl-rs" version = "0.14.0" authors = ["Andrew Buck"] description = "EASTL binary-compatible Rust implementations" documentation = "https://docs.rs/crate/eastl-rs" readme = "README.md" keywords = [ "EASTL", "STL", ] license-file = "LICENSE" repository = "https://github.com/MrElectrify/EASTL-rs" [dependencies.duplicate] version = "1.0" [dependencies.itertools] version = "0.12" [dependencies.moveit] version = "0.6.0" [dependencies.superslice] version = "1.0" [dev-dependencies.memoffset] version = "0.9" [features] nightly = []