about summary refs log tree commit diff
path: root/Cargo.toml
blob: 998b3f4b742d35c40034a7e5e02b2f657f597665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "shorest"
version = "0.2.0"
authors = ["Melonai <einebeere@gmail.com>"]
edition = "2018"
homepage = "https://sho.rest/"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-web = "2.0"
actix-rt = "1.0"
serde = "1.0.106"
serde_derive = "1.0.106"
env_logger = "0.7.1"
dotenv = "0.15.0"
crc32fast = "1.2.0"
base64 = "0.12.0"
url = "2.1.1"
diesel = { version = "1.4.4", features = ["postgres", "r2d2"] }
actix-files = "0.2.1"
ring.Other */ .highlight .sr { color: #87CEEB } /* Literal.String.Regex */ .highlight .s1 { color: #87CEEB } /* Literal.String.Single */ .highlight .ss { color: #87CEEB } /* Literal.String.Symbol */ .highlight .bp { color: #DDD } /* Name.Builtin.Pseudo */ .highlight .fm { color: #FF0 } /* Name.Function.Magic */ .highlight .vc { color: #EEDD82 } /* Name.Variable.Class */ .highlight .vg { color: #EEDD82 } /* Name.Variable.Global */ .highlight .vi { color: #EEDD82 } /* Name.Variable.Instance */ .highlight .vm { color: #EEDD82 } /* Name.Variable.Magic */ .highlight .il { color: #F0F } /* Literal.Number.Integer.Long */
html * {
    font-family: Roboto, sans-serif;
    font-size: 3vmin;
}

.active {
    justify-content: center;
    position: absolute;
    max-width: 100vw;
    top: 40%;
    padding: 0 50px 0 50px;
}

.title {
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    color: #E0E0E0;
}

.response-text {
    margin-bottom: 0;
}

.copy-text {
    color: #E0E0E0;
    padding-right: 30px;
    text-align: right;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.input-group {
    position: relative;
    display: table;
    border-color: #E0E0E0;
    border-collapse: separate;
    transition: border-color 1s;
}

.response-container {
    display: flex;
    align-items: center;
    border: 2px solid #E0E0E0;
    margin: 15px 30px 0 30px;
    height: 14vh;
    justify-content: space-between;
    border-radius: 0 5vh 5vh 5vh;
}

.input-field {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    text-indent: 0;
    color: #727272;
    background-color: #fff;
    background-image: none;
    box-sizing: border-box;
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
}

.input-field-text {
    margin-left: 30px;
    box-sizing: border-box;
    color: #E0E0E0;
}

.input-container {
    z-index: 2;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    border-radius: 5vh 0 0 5vh;
    border: 2px solid;
    border-color: inherit;
    margin: 0;
    box-sizing: border-box;
    height: 10vh;
}

.button-container {
    display: table-cell;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    height: 0;
    vertical-align: middle;
    border-color: inherit;
}

.button {
    z-index: 2;
    margin-left: -1px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background-color: #fff;
    color: #727272;
    padding: 4px 5vw;
    height: 10vh;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0 5vh 5vh 0;
    border: 2px solid;
    border-color: inherit;
    border-left: none;
    transition: color 1s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

strong {
    font-weight: normal;
    color: #727272;
}

a {
    text-decoration: none;
}