• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14rust-version = "1.71"
15name = "diplomat-runtime"
16version = "0.10.0"
17authors = [
18    "Shadaj Laddad <shadaj@users.noreply.github.com>",
19    "Manish Goregaokar <manishsmail@gmail.com>",
20    "Quinn Okabayashi <QnnOkabayashi@users.noreply.github.com>",
21]
22build = false
23autolib = false
24autobins = false
25autoexamples = false
26autotests = false
27autobenches = false
28description = "Common runtime utilities used by diplomat codegen"
29readme = false
30keywords = [
31    "ffi",
32    "codegen",
33]
34categories = [
35    "development-tools",
36    "compilers",
37]
38license = "MIT OR Apache-2.0"
39repository = "https://github.com/rust-diplomat/diplomat"
40
41[lib]
42name = "diplomat_runtime"
43path = "src/lib.rs"
44
45[dependencies.jni]
46version = "0.21"
47optional = true
48
49[dependencies.log]
50version = "0.4"
51optional = true
52
53[features]
54jvm-callback-support = ["dep:jni"]
55log = ["dep:log"]
56