Cargo install is failing
Even if cargo build and cargo build --release is working, trying to install darklua with cargo install is failing with an error from serde: cannot find derive macro 'Serialize' in this scope.
This is happening because the derive feature of serde was not explicitly written in the Cargo.toml file