# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "noxue-compiler" version = "1.0.4" description = "利用docker实现在线编译运行代码" homepage = "http://code.noxue.com" license-file = "LICENSE.txt" repository = "https://github.com/noxue/noxue-compiler" resolver = "2" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.uuid] version = "0.8.2" features = ["v4"]