[package] name = "goxoy-interpreter" version = "0.1.0" edition = "2021" authors = ["Omer GOKSOY "] repository = "https://github.com/Goxoy/goxoy-fragmented-db/" keywords = ["goxoy-interpreter","goxoy-vm"] description = "Sistem bilgisini veren kitaplik" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] # Run `cargo run --features bench_time | show_bytecode` show_bytecode = [] show_raw_bytecode = [] [dependencies] num-derive = "0.3" num-traits = "0.2" hashbrown = "0.11" rand = "0.8.4"