[package] name = "openfut-import-fifa17" version = "0.1.0" edition = "2021" description = "Evidence-driven import of a real FIFA 17 Python profile into OpenFUT Core: read-only dry-run analysis (item accounting, observed-definition generation with a consistency gate, owned-instance identity preservation, squad coverage). Writes nothing without an explicit apply/emit phase." [[bin]] name = "openfut-import-fifa17" path = "src/main.rs" [lib] name = "openfut_import_fifa17" path = "src/lib.rs" [dependencies] anyhow = "1" serde = { version = "1", features = ["derive"] } serde_json = "1"