File: Cargo.toml

package info (click to toggle)
matrix-synapse 1.121.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 46,968 kB
  • sloc: python: 234,835; javascript: 7,252; sql: 4,576; sh: 1,044; perl: 626; makefile: 154
file content (54 lines) | stat: -rw-r--r-- 1,421 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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 = "pythonize"
version = "0.21.1"
authors = ["David Hewitt <1939362+davidhewitt@users.noreply.github.com>"]
description = "Serde Serializer & Deserializer from Rust <--> Python, backed by PyO3."
homepage = "https://github.com/davidhewitt/pythonize"
documentation = "https://docs.rs/crate/pythonize/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/davidhewitt/pythonize"

[dependencies.pyo3]
version = "0.21.0"
default-features = false

[dependencies.serde]
version = "1.0"
features = ["std"]
default-features = false

[dev-dependencies.maplit]
version = "1.0.2"

[dev-dependencies.pyo3]
version = "0.21.1"
features = [
    "auto-initialize",
    "macros",
]
default-features = false

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]
default-features = false

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.serde_path_to_error]
version = "0.1.15"