[package] name = "openfut-autopatch" version = "0.1.0" edition = "2021" license = "MIT" description = "Applies the FIFA 17 ProtoSSL cert and CardsDLL store patches to a running client" publish = false # Deliberately dependency-free. Everything this needs is in std: /proc scanning for # the client pid, and positioned reads/writes against /proc//mem via # std::os::unix::fs::FileExt. A patcher that edits another process's memory should be # auditable end to end without pulling in a dependency tree. [dependencies]