fromage 0.1.1

A cheesy Rust hack for converting between non-local types
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.86.0"
name = "fromage"
version = "0.1.1"
authors = ["FujiApple <fujiapple852@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cheesy Rust hack for converting between non-local types"
readme = "README.md"
keywords = [
    "conversion",
    "coherence",
    "orphan-rules",
    "from",
    "traits",
]
categories = [
    "rust-patterns",
    "no-std",
    "no-std::no-alloc",
]
license = "Apache-2.0"
repository = "https://github.com/fujiapple852/fromage"

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

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dev-dependencies]