[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) plus public content-pack / host-catalog emission and a private import manifest. Writes no Core/identity state without an explicit apply 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" [dev-dependencies] tempfile = "3"