[package]
edition = "2024"
rust-version = "1.89.0"
name = "gen-gomod"
version = "0.1.21"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gen — gomod adapter. Parses go.mod + lockfile into a typed gen_types::Spec emission. One of N adapters that share the typed core via Spec/QuirkRegistry/Invariants traits."
homepage = "https://github.com/pleme-io/gen"
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/gen"
[lib]
name = "gen_gomod"
path = "src/lib.rs"
[[test]]
name = "emit_build_spec"
path = "tests/emit_build_spec.rs"
[[test]]
name = "golist_fixtures"
path = "tests/golist_fixtures.rs"
[[test]]
name = "gomod_matrix"
path = "tests/gomod_matrix.rs"
[[test]]
name = "interp_mock"
path = "tests/interp_mock.rs"
[[test]]
name = "real_go"
path = "tests/real_go.rs"
[[test]]
name = "spec_parity"
path = "tests/spec_parity.rs"
[[test]]
name = "trait_surface"
path = "tests/trait_surface.rs"
[[test]]
name = "typed_build_spec"
path = "tests/typed_build_spec.rs"
[dependencies.blake3]
version = "1"
[dependencies.gen-macros]
version = "0.1.0"
[dependencies.gen-platform]
version = "0.1.0"
[dependencies.gen-types]
version = "0.1.0"
[dependencies.indexmap]
version = "2"
features = ["serde"]
[dependencies.inventory]
version = "0.3"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2"
[dev-dependencies.indexmap]
version = "2"
features = ["serde"]
[dev-dependencies.serde_json]
version = "1"
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1