# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "liboj" version = "0.3.0-alpha.1" authors = ["hr567 "] build = "build.rs" description = "A high performance framework for building online judge system" readme = "README.md" license = "MIT" repository = "https://gitlab.com/hr567/liboj" [dependencies.bincode] version = "1.1.4" [dependencies.lazy_static] version = "1.3.0" [dependencies.nix] version = "0.15.0" [dependencies.rand] version = "0.7.0" [dependencies.serde] version = "1.0.92" features = ["derive"] [dependencies.tempfile] version = "3.0.8" [dev-dependencies] [build-dependencies.bincode] version = "1.1.4" [build-dependencies.bindgen] version = "0.51.0" optional = true [build-dependencies.lazy_static] version = "1.3.0" [build-dependencies.serde] version = "1.0.92" features = ["derive"] [build-dependencies.serde_json] version = "1.0.39" [features] cap-ng = ["bindgen"] default = ["gcc", "gxx"] gcc = [] gxx = [] seccomp = ["bindgen"] [badges.gitlab] branch = "master" repository = "https://gitlab.com/hr567/liboj"