# 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 = "roblox-studio-utils" version = "0.1.0" description = "Cross-platform library for interacting with Roblox Studio" readme = "README.md" keywords = [ "rbx", "roblox", ] categories = [ "command-line-interface", "command-line-utilities", "game-development", ] license = "MPL-2.0" repository = "https://github.com/filiptibell/roblox-studio-utils" [lib] path = "lib/lib.rs" [[example]] name = "open-file" path = "examples/open_file.rs" [[example]] name = "open-online-place" path = "examples/open_online_place.rs" [[example]] name = "start-client" path = "examples/start_client.rs" [[example]] name = "start-server-with-clients" path = "examples/start_server_with_clients.rs" [[example]] name = "start-server" path = "examples/start_server.rs" [dependencies.dirs] version = "5.0" [dependencies.opener] version = "0.7" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [lints.clippy.all] level = "deny" priority = -3 [lints.clippy.cargo] level = "warn" priority = -2 [lints.clippy.module_inception] level = "allow" priority = 1 [lints.clippy.module_name_repetitions] level = "allow" priority = 1 [lints.clippy.multiple_crate_versions] level = "allow" priority = 1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.clippy.unreadable_literal] level = "allow" priority = 1