fret-authoring 0.1.0

Authoring surfaces and integration helpers for editor-style Fret workflows.
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.92"
name = "fret-authoring"
version = "0.1.0"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authoring surfaces and integration helpers for editor-style Fret workflows."
homepage = "https://github.com/Latias94/fret"
documentation = "https://docs.rs/fret"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/fret"
resolver = "2"

[features]
default = []
query = [
    "dep:fret-query",
    "fret-query/ui",
]
selector = [
    "dep:fret-selector",
    "fret-selector/ui",
]

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

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

[dependencies.fret-core]
version = "0.1.0"

[dependencies.fret-query]
version = "0.1.0"
optional = true

[dependencies.fret-selector]
version = "0.1.0"
optional = true

[dependencies.fret-ui]
version = "0.1.0"