irmf-include-resolver 0.3.0

A slicer for IRMF (Infinite Resolution Materials Format) files
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 = "2024"
rust-version = "1.85.0"
name = "irmf-include-resolver"
version = "0.3.0"
authors = ["Glenn M. Lewis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A slicer for IRMF (Infinite Resolution Materials Format) files"
homepage = "https://irmf.io"
readme = "README.md"
keywords = [
    "slicer",
    "irmf",
    "3d-printing",
    "3d-modeling",
    "cad",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gmlewis/rust-irmf-slicer"
resolver = "2"

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

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]