fd-core 0.1.7

FD (Fast Draft) — core data model, parser, emitter, and layout solver
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"
name = "fd-core"
version = "0.1.7"
authors = ["Khang Nghiêm"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FD (Fast Draft) — core data model, parser, emitter, and layout solver"
homepage = "https://github.com/khangnghiem/fast-draft"
readme = false
keywords = [
    "design",
    "canvas",
    "scene-graph",
    "lsp",
]
categories = [
    "graphics",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/khangnghiem/fast-draft"
resolver = "2"

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

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

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

[dependencies.lasso]
version = "0.7"
features = ["multi-threaded"]

[dependencies.log]
version = "0.4"

[dependencies.petgraph]
version = "0.7"

[dependencies.rmp-serde]
version = "1.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.smallvec]
version = "1.13"
features = ["serde"]

[dependencies.winnow]
version = "0.7"

[dev-dependencies.pretty_assertions]
version = "1.4"