61 lines
1.8 KiB
TOML
61 lines
1.8 KiB
TOML
# 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]
|
|
name = "fruitbasket"
|
|
version = "0.10.0"
|
|
authors = ["Trevor Bentley <mrmekon@gmail.com>"]
|
|
description = "Framework for running Rust programs in a Mac 'app bundle' environment."
|
|
homepage = "https://github.com/mrmekon/fruitbasket"
|
|
documentation = "https://mrmekon.github.io/fruitbasket/fruitbasket/"
|
|
readme = "README.md"
|
|
keywords = ["mac", "osx", "bundle", "cocoa", "appkit"]
|
|
categories = ["api-bindings"]
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/mrmekon/fruitbasket"
|
|
[package.metadata.release]
|
|
dev-version-ext = "rc"
|
|
pre-release-commit-message = "Release {{version}}"
|
|
sign-commit = false
|
|
tag-message = "Release {{version}}"
|
|
[dependencies.dirs]
|
|
version = "2.0"
|
|
|
|
[dependencies.log]
|
|
version = "0.4"
|
|
features = ["std"]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.log4rs]
|
|
version = "0.8"
|
|
features = ["console_appender", "rolling_file_appender", "compound_policy", "fixed_window_roller", "size_trigger"]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.time]
|
|
version = "0.1"
|
|
[dev-dependencies.log]
|
|
version = "0.4"
|
|
|
|
[features]
|
|
dummy = []
|
|
logging = ["log", "log4rs"]
|
|
[target."cfg(target_os = \"macos\")".dependencies.objc]
|
|
version = "0.2"
|
|
features = ["exception"]
|
|
|
|
[target."cfg(target_os = \"macos\")".dependencies.objc-foundation]
|
|
version = "0.1"
|
|
|
|
[target."cfg(target_os = \"macos\")".dependencies.objc_id]
|
|
version = "0.1"
|