# 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" rust-version = "1.56" name = "rusty-editor" version = "0.11.0" authors = ["Dmitry Stepanov "] include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md", "/resources/**/*"] description = "A scene editor for rg3d game engine" homepage = "https://github.com/rg3dengine/rusty-editor" documentation = "https://github.com/rg3dengine/rusty-editor" readme = "README.md" keywords = ["rg3d", "editor", "rust"] license = "MIT" repository = "https://github.com/rg3dengine/rusty-editor" resolver = "2" [package.metadata.deb] assets = [["target/release/rusty-editor", "/usr/bin/", "755"], ["resources/lib/*", "usr/lib/rusty-editor", "644"], ["resources/etc/rusty-editor-icon.png", "/usr/share/pixmaps/", "644"], ["resources/etc/rusty-editor-icon.png", "/usr/share/icons/hicolor/256x256/apps/", "644"], ["os-installation/linux/rusty-editor.desktop", "usr/share/applications/", "644"]] copyright = "2021, rg3dengine developers." depends = "$auto" extended-description-file = "os-installation/general-description.txt" license-file = ["LICENSE", "2"] maintainer = "Voodlaz " priority = "optional" section = "editors" [[package.metadata.generate-rpm.assets]] dest = "/usr/bin/rusty-editor" mode = "0755" source = "target/release/rusty-editor" [[package.metadata.generate-rpm.assets]] dest = "/usr/lib/rusty-editor/release.toml" mode = "0644" source = "resources/lib/release.toml" [[package.metadata.generate-rpm.assets]] dest = "/usr/share/pixmaps/rusty-editor-icon.png" mode = "0644" source = "resources/etc/rusty-editor-icon.png" [[package.metadata.generate-rpm.assets]] dest = "/usr/share/icons/hicolor/256x256/apps/rusty-editor-icon.png" mode = "0644" source = "resources/etc/rusty-editor-icon.png" [[package.metadata.generate-rpm.assets]] dest = "/usr/share/applications/rusty-editor.desktop" mode = "0644" source = "os-installation/linux/rusty-editor.desktop" [dependencies.directories] version = "4.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.rg3d] version = "0.24" [dependencies.ron] version = "0.7.0" [dependencies.serde] version = "^1.0.0" [dependencies.strum] version = "0.23.0" [dependencies.strum_macros] version = "0.23.1" [dependencies.toml] version = "0.5" [features] enable_profiler = ["rg3d/enable_profiler"]